Hello! Someone has an example of a multi-module ba...
# multiplatform
j
Hello! Someone has an example of a multi-module based KMM? I have seperated the domain and I want to share it embedded into shared module
d
no native for now(ktor doesn't support websockets)
I have more repositories and modules, but they are private
j
❤️
j
The sample created by the kmm plugin should be valid, you only need to remove androidMain and iosMain and just use commonMain with some domain classes to test it
probably instead of generating android(), you should generate jvm() only which should be valid for Android
j
Ok... and what about sharing it in iOS?
j
jvm + ios
instead of Android + ios
👍 1
d
you can use ios() for that