Compose Multiplatform Mobile project template
This commit is contained in:
8
build.gradle.kts
Normal file
8
build.gradle.kts
Normal file
@@ -0,0 +1,8 @@
|
||||
plugins {
|
||||
// this is necessary to avoid the plugins to be loaded multiple times
|
||||
// in each subproject's classloader
|
||||
kotlin("multiplatform").apply(false)
|
||||
id("com.android.application").apply(false)
|
||||
id("com.android.library").apply(false)
|
||||
id("org.jetbrains.compose").apply(false)
|
||||
}
|
||||
Reference in New Issue
Block a user