You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
516 B
11 lines
516 B
plugins {
|
|
// this is necessary to avoid the plugins to be loaded multiple times
|
|
// in each subproject's classloader
|
|
alias(libs.plugins.androidApplication) apply false
|
|
alias(libs.plugins.androidLibrary) apply false
|
|
alias(libs.plugins.composeMultiplatform) apply false
|
|
alias(libs.plugins.composeCompiler) apply false
|
|
alias(libs.plugins.kotlinMultiplatform) apply false
|
|
id("com.google.devtools.ksp") version "2.1.20-1.0.32" apply false
|
|
alias(libs.plugins.kotlinAndroid) apply false
|
|
}
|