Converter to transform gradle script to kotlin DSL
已回答
Is there any good plugin that can convert android gradel script to Kotlin DSL automatically.
It should be as simple as the way we convert java to kotlin.
请先登录再写评论。
Hello,
You may try this one: https://github.com/bernaferrari/GradleKotlinConverter
wow.. thank you. will try and post my experience with this.