tapchicoma
06/18/2024, 8:10 PM2.0.20-Beta1
you could try to enable Gradle project isolation (or Isolated projects) experimental feature (org.gradle.unsafe.isolated-projects=true
) with org.jetbrains.kotlin.jvm
, org.jetbrains.kotlin.android
and org.jetbrains.kotlin.kapt
plugins. Please report any found issues on Kotlin issue tracker.
We also working on supporting project isolation for KMP, but it is much bigger task.tapchicoma
06/18/2024, 8:11 PM8.3.x
hfhbd
06/19/2024, 5:47 AMtapchicoma
06/19/2024, 7:38 AMtapchicoma
07/10/2024, 6:33 PM