Creates default project

This commit is contained in:
Julien Lengrand-Lambert
2025-04-30 10:14:33 +02:00
commit b792396835
18 changed files with 632 additions and 0 deletions

7
build.gradle.kts Normal file
View File

@@ -0,0 +1,7 @@
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
}