|
|
@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension |
|
|
|
|
|
|
|
|
|
|
|
plugins { |
|
|
|
plugins { |
|
|
|
kotlin("multiplatform") version "1.5.31" |
|
|
|
kotlin("multiplatform") version "1.5.31" |
|
|
|
id("org.jetbrains.compose") version "0.0.0-master-build413" |
|
|
|
id("org.jetbrains.compose") version "1.0.0-beta1" |
|
|
|
} |
|
|
|
} |
|
|
|
group = "com.theapache64.composebird" |
|
|
|
group = "com.theapache64.composebird" |
|
|
|
version = "1.0.0-alpha01" |
|
|
|
version = "1.0.0-alpha01" |
|
|
|