How can I specify the version of Gradle Kotlin plugin in subproject that different from the root one

Viewed 80

I'm working on a multiproject, the Kotlin plugin version in ./build.gradle.kts is 1.7.0, but as I'm using compose-jb in the subproject, it requires 1.6.X because it throws exceptions on 1.7.0. And there is no other compose-jb version supporting 1.7.0 according to this.

So I wonder if I can specify the version of the Kotlin plugin of the subproject, or is there a another way to resolve this.

0 Answers
Related