I have a question about kotlin multiplatform, if a...
# getting-started
j
I have a question about kotlin multiplatform, if anyone here is familiar. How does a gradle project specify which target of the multiplatform project to consume. Like if I publish both jvm and android targets, can I then specify something like
implementation('com.example:MyKMMProject-jvm:1.0')
?
w
Hey @jbruckne, I don’t know the answer for your question 😞 But maybe in #kmm someone can help?
j
Thanks, didn’t see that channel. Will try there