Restructure project
* use modules instead of source sets
* Kotlin JVM instead of multiplatform (for now) to make things simpler
* Warning: GameCell doesn't use mutableState anymore, this needs to be
fixed for the UI to work!
This commit is contained in:
@@ -30,4 +30,7 @@ dependencyResolutionManagement {
|
||||
}
|
||||
}
|
||||
|
||||
include(":composeApp")
|
||||
include(":domain")
|
||||
include(":commonUI")
|
||||
include(":desktop")
|
||||
include(":android")
|
||||
|
||||
Reference in New Issue
Block a user