trapeze icon indicating copy to clipboard operation
trapeze copied to clipboard

Support Kotlin-based Gradle files

Open mlynch opened this issue 3 years ago • 2 comments

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

mlynch avatar Apr 10 '22 22:04 mlynch

This could help https://github.com/kotlinx/ast

mlynch avatar Apr 12 '22 16:04 mlynch

Work happening in https://github.com/ionic-team/trapeze/tree/kotlin

mlynch avatar Jul 08 '22 00:07 mlynch