Hi, with Kotlin `2.0.20-Beta1` you could try to en...
# eap
t
Hi, with Kotlin
2.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.
๐Ÿ™Œ 8
๐Ÿ™Œ๐Ÿพ 1
๐Ÿš€ 9
youtrack 1
AGP should be compatible starting version
8.3.x
๐ŸŽ‰ 3
h
Do you also plan to support publishing in 2.0.20? I created https://youtrack.jetbrains.com/issue/KT-66049/KGP-JVM-Publishing-isnt-compatible-with-isolated-projects-and-project-dependencies and it is targeted with 2.0.20, but is it still possible given the timeline? As a user, I don't understand why you don't "just" use the local group and version of the project instead of some parent extensions magic ๐Ÿ™ƒ
t
regarding publishing - will try to fix it for beta2
๐Ÿš€ 2
unfortunately it is not easy to fix - we will tackle it in 2.1.0 release alongside other fixes for KMP plugin