how to apply application plugin only to jvm target
# multiplatform
v
how to apply application plugin only to jvm target
i
I would recommend looking at a few more example projects. The ideal way to use MPP is for libraries then consume those libraries in target modules such as your JVM Application. This allows for you to keep building applications in whatever what you did before MPP and the target platform is none the wiser about MPP even existing.
v
okay, thank you a lot !