Is there a way to force Amper to use both JVM and Android targets simultaneously - how far away is this likely to be?
z
zsmb
05/12/2024, 12:43 PM
Could you expand on what you mean by "use both targets simultaneously"?
d
darkmoon_uk
05/12/2024, 12:49 PM
I mean just have a Desktop JVM target as well as an Android target.
darkmoon_uk
05/12/2024, 12:50 PM
...as in producing a Compose Multiplatform App that supports Android and Desktop clients.
darkmoon_uk
05/12/2024, 12:50 PM
This is possible without Amper, if not officially supported yet.
z
zsmb
05/12/2024, 1:08 PM
Sorry, I think I'm still missing something here.
Without Amper, you can go to kmp.jetbrains.com and select Android + Desktop as your platforms in the wizard, that's definitely officially supported.
You can also create the same setup with Amper, for example like this, with
shared
being a library targeting Android and JVM, and then