Wojciech Dziemianczyk
12/10/2023, 3:06 PMrunIde task and renders correctly in IntelliJ IDEA 2023.2.1 (Community Edition). When installing this plugin in Android Studio (Android Studio Iguana | 2023.2.1 Canary 17) Im seeing the following exception:
java.lang.NoClassDefFoundError: androidx/compose/runtime/internal/ComposableLambdaKt
Which is thrown when calling toolwindow.addComposeTab(). Im applying "org.jetbrains.compose" plugin and have the following dependencies:
implementation("org.jetbrains.jewel:jewel-ide-laf-bridge:0.11.0-ij-232") {
exclude(group = "org.jetbrains.kotlinx")
}
implementation(compose.desktop.currentOs) {
exclude(group = "org.jetbrains.compose.material")
exclude(group = "org.jetbrains.kotlinx")
}
Is this a symptom of not setting type to AI in the intellij block? (When I do this I also get an error)