Hi, how do I get the compose intelli J plugin? I c...
# compose-desktop
m
Hi, how do I get the compose intelli J plugin? I can’t find it
x
IntelliJ Plugin? I think you mean the Gradle Plugin:
Copy code
plugins {
    kotlin("jvm") version "1.4.20"
    id("org.jetbrains.compose") version "0.2.0-build128"
}
This will bring in the dependency and those nice gradle tasks to build for different OS'
m
there’s an intelli J plugin
I found it, you need the newest intelli j
actually its the early accessor version
message has been deleted
x
Ah well I think this is just the new version of the "Kotlin" Plugin which I do not consider a plugin anymore but a built in feature 😄
😀 1
m
😛