then I’m doing something wrong because it is not c...
# gradle
h
then I’m doing something wrong because it is not coming automatically 😞 on a dummy project I’m adding the plugin like this
Copy code
buildscript {
    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