简体   繁体   中英

Koin Libraray Issue in Android Studio

Could not GET 'https://dl.bintray.com/ekito/koin/org/koin/koin-core/3.0.1/koin-core-3.0.1.pom'. Received status code 403 from server: Forbidden
Disable Gradle 'offline mode' and sync project

Adding this line show error

maven(url = "https://dl.bintray.com/ekito/koin")

You don't need maven(url = "https://dl.bintray.com/ekito/koin") anymore as it's now available on mavenCentral() .

Just make sure you are also using the new maven group id which changed from org.koin to io.insert-koin .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM