octylFractal
12/01/2018, 7:25 PMplugins {
// Put kotlin plugin on the classpath, but don't apply it to the root
kotlin("jvm") version "1.3.10" apply false
}
subprojects {
// apply it to each subproject instead
apply(plugin="org.jetbrains.kotlin.jvm")
}