in Gradle by
Q:
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.

Related questions

0 votes
asked Oct 21, 2019 in Gradle by SakshiSharma
0 votes
asked May 27, 2019 in Gradle by Ankita1283
0 votes
asked Feb 17, 2020 in Gradle by rajeshsharma
0 votes
asked Feb 17, 2020 in Gradle by rajeshsharma
...