Gopal S Akshintala
05/22/2021, 7:52 AM1.5.30-dev-1046) ?
maven("<https://dl.bintray.com/kotlin/kotlin-eap>") or maven("<https://dl.bintray.com/kotlin/kotlin-dev>") doesn’t seem to be working anymoreephemient
05/22/2021, 8:01 AMGopal S Akshintala
05/22/2021, 8:03 AMGopal S Akshintala
05/22/2021, 8:16 AMSearched in the following repositories:
Gradle Central Plugin Repository
maven(<https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev>)Gopal S Akshintala
05/22/2021, 8:16 AMmaven("<https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev>")Gopal S Akshintala
05/22/2021, 8:17 AMmaven("<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev>")ephemient
05/22/2021, 8:47 AMmaven { url("<https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev>") }Vampire
05/22/2021, 9:24 AMString to the maven call should also work and save the separate url call, shouldn't it?Gopal S Akshintala
05/22/2021, 9:32 AMephemient
05/22/2021, 9:32 AMephemient
05/22/2021, 9:33 AMGopal S Akshintala
05/22/2021, 9:33 AMGopal S Akshintala
05/22/2021, 9:33 AMfun RepositoryHandler.maven(url: Any) =
maven { setUrl(url) }msink
05/22/2021, 11:07 AM<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev>
So added maven("<https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev>") to both settings.gradle.kts and build.gradle.kts
Works for me.msink
05/22/2021, 11:11 AM1.5.30-dev-1044