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…
Davis Technology Consulting
by Annyce Davis
I recently migrated my Gradle Plugin from Groovy to Kotlin. It was essentially a four step process:
Let’s walk through each step…