Closed SUPERCILEX closed 6 years ago
@SUPERCILEX, can you share a bit more about this? What is the content of your buildSrc/build.gradle(.kts)
would help.
Note that Kotlin 1.3.0-rc-116 requires the kotlin-eap repository to be set up. Also see the breaking changes section of the Kotlin DSL release notes about this: https://github.com/gradle/kotlin-dsl/releases/tag/v1.0-RC12#breaking-changes
But it says the EAP repo will be added automatically. Here's my project: https://github.com/SUPERCILEX/Robot-Scouter. Run ./gradlew setup
Thanks Alex, I can reproduce.
For the kotlin-eap repo to be added automatically add an empty buildSrc/settings.gradle.kts
file as instructed in the release notes. Please note that this behaviour will be removed once Kotlin 1.3 GA is available.
Ohhhhhhhhh, in buildSrc
, I see. Can I just add the EAP maven manually?
Yes you can
Confirmed, it works. The release notes should probably be updated to clarify that buildSrc
needs a settings.gradle.kts
too for the automatic stuff to work.
It looks like Gradle isn't looking on the network: