Furkan Ayaz
Furkan Ayaz

Reputation: 1

Failed to access dependency implemented in Android/Jetpack Compose

I published my own library on Jetpack Compose using Jitpack. When I create a sample project and implement the dependency to test the library, there is no problem and the project compiles successfully. However, when I try to access the custom view, there is no import. Can you help me with this?

To solve the problem, I downgraded the java version from 17 to 11, but this time I got a compilation error via jitpack. Even though I also updated the jitpack.yml file.

My library on GitHub: Click My library on Jitpack: Click

Upvotes: 0

Views: 69

Answers (0)

Related Questions