Change controls API
This commit is contained in:
parent
e6bdb67262
commit
5f4972a05e
@ -8,6 +8,6 @@ org.gradle.jvmargs=-Xmx4G
|
||||
|
||||
org.jetbrains.compose.experimental.jscanvas.enabled=true
|
||||
|
||||
toolsVersion=0.15.0-kotlin-1.9.20
|
||||
toolsVersion=0.15.0-kotlin-2.0.0-Beta1
|
||||
#kotlin.experimental.tryK2=true
|
||||
#kscience.wasm.disabled=true
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
plugins {
|
||||
id("space.kscience.gradle.mpp")
|
||||
id("org.jetbrains.compose") version "1.5.10"
|
||||
id("org.jetbrains.compose") version "1.5.11"
|
||||
// id("com.android.library")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user