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.