I recently migrated my Gradle Plugin from Groovy to Kotlin. It was essentially a four step process:
- Update the build.gradle file
- Modify the Project Structure
- Convert Groovy code to Kotlin
- Migrate the JUnit tests
Let’s walk through each step…
ones and zeros
I recently migrated my Gradle Plugin from Groovy to Kotlin. It was essentially a four step process:
Let’s walk through each step…