PeopleInSpace
PeopleInSpace copied to clipboard
modify gradle plugin let Compose for desktop direct run
- upgrade gradle version
- upgrade compose for desktop version
- modify gradle -- jvm to KMP --> let compose for desktop run
What's the issue you're seeing right now that's preventing Compose for Desktop from running? I can select here for example and run with current setup.
Dear Sir
sorry
i first look this https://github.com/JetBrains/compose-jb/blob/master/examples/todoapp/desktop/build.gradle.kts
so i do not know application can run
THX
Are you able to run it now or are you still seeing issues?
Dear Sir
you are right
Sorry
if i use KMP @ desktop how pack every OS application ?
THX
I'll take a look later when I have time at these changes (and links included)....might still be good to pull them in.
@CMingTseng did you test this in Android Studio? I'm getting error there saying following is unresolved....hmm, though it still seems to run ok
jvm {
withJava()
}
@CMingTseng has this issue been resolved yet, or is it still up to date?