Has anyone been able to get conveyer working with ...
# compose-desktop
c
Has anyone been able to get conveyer working with a newer version of kmp compose? I basically downloaded a desktop only project from kmp.jetbrains.com and then followed the conveyer tutorial but it still doesn't seem work (i can't even get
./gradlew printConveyorConfig
to work) i've tried looking at their sample app, but its over 2 years old + it doesn't follow the typical gralde project setup of having a root build.gradle and app build.gradle. then i tried https://github.com/hydraulic-software/conveyor/discussions/97 but none of the tips in there worked for me either.
m
Hi, You can use
conveyor generate compose my-project
to get a sample, but you don't have to use it and can use another structure if you prefer. If the Conveyor Gradle plugin doesn't work for the structure you're using then we should update it to do that.
Is the issue that you have
Copy code
kotlin {
    jvm("desktop")
}
in the project?
Unfortunately the CfD Gradle setup has been extraordinarily unstable over time 😞 We have had to adapt to backwards incompatible changes several times. I filed a bug to update it again, and we should track new CfD versions automatically in future also.
OK, it's not too hard to adapt the latest output of kmp.jetbrains.com to work with Conveyor
Will push updated sample app repo and refresh the tutorial soon
❤️ 1
You asked in our Discord and posted to our forum too, so I'll follow up in the forum
c
Oh amazing to have you here. Thanks for the response. I'd love to be the first one to retry the tutorial 😅