How can you use classes compiled with K2 in your b...
# community-support
p
How can you use classes compiled with K2 in your build-logic? I use Gradle 8.4 and use
kotlin.experimental.tryK2=true
, and I thought https://github.com/gradle/gradle/issues/25460 would solve it.