hartimer
01/08/2017, 9:12 PMbuildscript {
dependencies {
classpath fileTree(dir: '/<myworkspace>/dummy-plugin/build/libs/',
includes: ['dummy-plugin-0.1.0-SNAPSHOT.jar'])
}
}
apply plugin: '<mypackage>.DummyPlugin’
// ...
If I do not add kotlin to the project I get java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics