Christopher Mederos
07/11/2023, 6:31 AMimplementation(project(":shared"))
in the build.gradle.kts in my server module, but I get the error :server:main: Could not resolve project :shared.
when building. I'm assuming this is an issue with source set naming that resolves correctly for android and ios but not my server? Could use some help if anyone else also includes a server in their kmm projectChristopher Mederos
07/11/2023, 6:41 AMclient-common
module instead to hold basic data classes that can be shared between the server and various clients (including mobile). The KMM shared
module is really just for KMM targets like android and iosJohn O'Reilly
07/11/2023, 7:17 AMJohn O'Reilly
07/11/2023, 7:17 AMChristopher Mederos
07/11/2023, 7:29 AMjvm()
for the target in shared build.gradle.kts is the key