Hi guys, what is the most efficient way of importi...
# multiplatform
j
Hi guys, what is the most efficient way of importing existing kotlin multiplatform module to an old android project?
h
As an ordinary dependency, maybe?
j
So the multiplatform module should be uploaded to something like jitpack or bintray?
h
Or a private maven repository. Yes, for a simple way to make use of it in android, that's what I would have done.
👍 1
k
drop the artifact in
libs
2