With 0.8.0 I was finally able to convert the entir...
# gradle
i
With 0.8.0 I was finally able to convert the entire build of https://github.com/ingokegel/jclasslib/tree/gradle-script-kotlin to GSK, that's good progress! For my larger projects, I have lot of modularization which does not seem to be supported by GSK at this point. What I mean by this is to be able to use all GSK constructs in files that are included via
apply { from(file("../other.gradle.kts")) }
. Is that on the roadmap?
🎉 1