+1 vote
in Gradle by
Will Existing Plugins Still Work When I Write My Build Logic In Kotlin?

1 Answer

0 votes
by

Yes, they will continue to work without a problem. Gradle plugins can be developed in any JVM language and they interoperate well with each other as well as with build scripts written in Kotlin or Groovy.

...