PeopleInSpace icon indicating copy to clipboard operation
PeopleInSpace copied to clipboard

modify gradle plugin let Compose for desktop direct run

Open CMingTseng opened this issue 4 years ago • 7 comments

  1. upgrade gradle version
  2. upgrade compose for desktop version
  3. modify gradle -- jvm to KMP --> let compose for desktop run

CMingTseng avatar Apr 29 '21 10:04 CMingTseng

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.

Screenshot 2021-04-29 at 11 34 40

joreilly avatar Apr 29 '21 10:04 joreilly

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

CMingTseng avatar Apr 29 '21 10:04 CMingTseng

Are you able to run it now or are you still seeing issues?

joreilly avatar Apr 29 '21 11:04 joreilly

Dear Sir

you are right

Sorry


if i use KMP @ desktop how pack every OS application ?

THX

CMingTseng avatar Apr 29 '21 11:04 CMingTseng

I'll take a look later when I have time at these changes (and links included)....might still be good to pull them in.

joreilly avatar Apr 29 '21 12:04 joreilly

@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()
    }

joreilly avatar Apr 29 '21 12:04 joreilly

@CMingTseng has this issue been resolved yet, or is it still up to date?

RdeWilde avatar Jul 29 '21 20:07 RdeWilde