Open 38leinaD opened 4 years ago
Could you provide an example of how to use the above code with gradle kotlin? I have tried multiple things and have not been able to get it to work.
sure @Justsnoopy30
buildscript {
repositories {
maven(url = "https://jitpack.io")
}
dependencies {
classpath("com.github.38leinaD:gradle-eclipse-compiler-plugin:fix~unrecognized-option-SNAPSHOT")
}
}
apply(plugin = "de.set.ecj")
should fix #11 ; just unsure if we can safely just ignore it. For my use-case, it is fine; no native headers exist.
Until merged, can also be used/tested like this: