Initial commit

This commit is contained in:
Thomas Andres Gomez 2024-11-02 08:17:11 +01:00
commit 9ddd6018fd
18 changed files with 931 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
}