Initialize Meatbag SDUI platform
This commit is contained in:
9
build.gradle.kts
Normal file
9
build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
plugins {
|
||||
// Note: Use matching versions of Kotlin and Compose Multiplatform
|
||||
kotlin("multiplatform") version "1.9.23" apply false
|
||||
kotlin("jvm") version "1.9.23" apply false
|
||||
kotlin("plugin.serialization") version "1.9.23" apply false
|
||||
id("org.jetbrains.compose") version "1.6.11" apply false
|
||||
id("io.ktor.plugin") version "2.3.11" apply false
|
||||
id("com.android.library") version "8.2.2" apply false
|
||||
}
|
||||
Reference in New Issue
Block a user