Evan Foster
06/02/2023, 8:03 PMCLOVIS
06/02/2023, 8:18 PMCLOVIS
06/02/2023, 8:18 PMCLOVIS
06/02/2023, 8:20 PMcore/ ← domain objects, shared between client and server
app/ ← the UI
app-android/ ← Android-specific UI stuff
app-ios/
http-common/ ← DTOs for the HTTP API
http-server/ ← server-side route declarations
http-client/ ← client-side route calls
backend ← just the main method that instantiates everything server-side
Evan Foster
06/02/2023, 8:22 PMclient
code sharing as well as code shared between client and server. Just had to look a little harder.Evan Foster
06/02/2023, 8:23 PMEvan Foster
06/02/2023, 8:23 PMCLOVIS
06/02/2023, 8:24 PMEvan Foster
06/02/2023, 8:26 PMCLOVIS
06/02/2023, 8:27 PMCLOVIS
06/02/2023, 8:27 PMdomain
. But the Gradle setup looks good, if that's what you're looking forCLOVIS
06/02/2023, 8:28 PMEvan Foster
06/02/2023, 8:32 PMAhmed na
06/04/2023, 12:49 AMandoirdApp
• iOSApp
• jvmApi
• models
<------ this is shared by backend/frontendEvan Foster
06/04/2023, 12:57 AMandroidApp
• iosApp
• server
<— JVM Server App
• domain
<— Shared by all
• sharedApp
<— Shared by iOS and AndroidEvan Foster
06/04/2023, 12:58 AMAdam Brown
06/07/2023, 8:58 PM