bdeg
01/27/2019, 5:19 PMsomeKotlinTarget.getCompilations() {
}
to configure it or to be explicit: someKotlinTarget.getCompilations().configure {
}
but i follow the docs at https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#default-project-layout
jvm().compilations.main.defaultSourceSet {
dependencies {
implementation kotlin('stdlib-jdk8')
}
}
The example don't even work in groovy build script...
are those docs for kotlin gradle build script only?