Add server & shared module and remove the serveur from the client app.

This commit is contained in:
Thomas Andres Gomez 2024-11-29 18:19:54 +01:00
parent fa87f05be6
commit 3419afbe59
47 changed files with 233 additions and 530 deletions

View file

@ -28,4 +28,6 @@ dependencyResolutionManagement {
}
}
include(":composeApp")
include(":composeApp")
include(":server")
include(":shared")