compose-for-web-demos icon indicating copy to clipboard operation
compose-for-web-demos copied to clipboard

org.jetbrains.kotlin:compose-gradle-plugin ?

Open CMingTseng opened this issue 4 years ago • 0 comments

Dear Sir

i look "Compose for desktop" https://github.com/JetBrains/compose-jb

now

use

kotlin_version is 1.4.32

so KMP ( org.jetbrains.kotlin.multiplatform ) is also 1.4.32 ?

and now (20201/4/23) the demo project use jb_compose_version is 0.4.0-build183

at build.gradle

is

classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

classpath "org.jetbrains.compose:compose-gradle-plugin:$jb_compose_version"

where can find org.jetbrains.kotlin:compose-gradle-plugin / org.jetbrains.compose.plugin ?

i can not match version 1.4.255-SNAPSHOT <--- kotlin ?

THX

CMingTseng avatar Apr 23 '21 10:04 CMingTseng