trapeze
trapeze copied to clipboard
Support Kotlin-based Gradle files
Currently, the gradle operation and Gradle API features only support Groovy. This is because the Groovy language ships with a parser API that can be used to accurately modify the actual Gradle source file. As far as I know, no such API exists for Kotlin.
Creating an issue to track this and in case anyone knows of a similar Kotlin API
This could help https://github.com/kotlinx/ast
Work happening in https://github.com/ionic-team/trapeze/tree/kotlin