refactor: split composeApp to client and ui
also renamed client.datasource to client.data, which made me realise
.gitignore was ignoring `data` and therefore some gtfsr source files
😭
This commit is contained in:
parent
d3edabce36
commit
74338d6dce
62 changed files with 121 additions and 23 deletions
|
|
@ -28,6 +28,7 @@ dependencyResolutionManagement {
|
|||
}
|
||||
}
|
||||
|
||||
include(":composeApp")
|
||||
include(":client")
|
||||
include(":server")
|
||||
include(":shared")
|
||||
include(":ui")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue