Colton Idle
02/21/2025, 2:13 PM./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.mikehearn
02/21/2025, 4:38 PMconveyor 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.mikehearn
02/21/2025, 4:38 PMkotlin {
jvm("desktop")
}
in the project?mikehearn
02/21/2025, 4:39 PMmikehearn
02/21/2025, 6:08 PMmikehearn
02/21/2025, 6:08 PMmikehearn
02/21/2025, 6:11 PMColton Idle
02/21/2025, 6:18 PM