0 votes
in Gradle by (6.0k points)
Can the existing plugins work once you write My build logic in Kotlin?

1 Answer

0 votes
by (23.1k points)

Yes, it is quite possible. You can develop the build logic in any JVM language, and the existing plugins would work. It works with each other and with well-written build scripts in Kotlin or Groovy.

Click here to read more about Gradle
Click here to read more about Insurance

Related questions

0 votes
asked Jan 31, 2020 in Gradle by rahuljain1 (6.0k points)
0 votes
asked Jan 31, 2020 in Gradle by rahuljain1 (6.0k points)
...