Is it possible to use java in a desktop(jvm) and a...
# compose-desktop
s
Is it possible to use java in a desktop(jvm) and android shared space in a multiplattform project?
i
As far as I remember we cannot define jvm target and make desktop and android to depend on it (it is a bug/issue of MPP plugin). But we can do a trick: https://github.com/JetBrains/compose-jb/blob/master/examples/codeviewer/common/build.gradle.kts#L30 https://github.com/JetBrains/compose-jb/tree/master/examples/codeviewer/common/src