https://kotlinlang.org logo
#gradle
Title
s

Seri

10/22/2018, 2:28 PM
@Nikky Thanks so much for writing the plugin management tutorial! I was working through it last night in a bare multiplatform project, but hit a roadblock when I tried implementing the
buildSrc
portion. I created
buildSrc/build.gradle.kts
and
buildSrc/src/main/kotlin/Versions.kt
and copied your examples, but I wasn’t able to read the Versions object from my top-level Gradle buildscripts. Was there any additional setup within the IDE to get
buildSrc
working?