Join Slack
Powered by
Is it possible to use java in a desktop(jvm) and a...
# compose-desktop
s
Steve
05/06/2021, 12:58 PM
Is it possible to use java in a desktop(jvm) and android shared space in a multiplattform project?
i
Igor Demin
05/06/2021, 1:27 PM
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
2
Views
Open in Slack
Previous
Next