Multiplatform project to implement server side jvm...
# multiplatform
h
Multiplatform project to implement server side jvm and client side android and jvm Is that possible it mean with two jvm targets
k
my understanding is the AGP and Java application plugins don't play well together. otherwise, I don't think having the two targets is a problem.
i have not tried this myself, however
b
You can always split them into modules and share cofe through single mpp module
h
That means Kotlin Multiplatform currently don't support sharing a source set for several JVM targets combination
b
I think it does, but it's easier to just have a separate module for shared jvm stuff
h
I will read the official documentation for get infos about possible combination