anand-bose.github.io/build.gradle.kts

7 lines
290 B
Text
Raw Normal View History

2024-12-30 21:59:10 +05:30
plugins {
// this is necessary to avoid the plugins to be loaded multiple times
// in each subproject's classloader
alias(libs.plugins.composeMultiplatform) apply false
alias(libs.plugins.composeCompiler) apply false
alias(libs.plugins.kotlinMultiplatform) apply false
}