Wasn't sure if I should ask here or on <#C3PQML5NU...
# compose
p
Wasn't sure if I should ask here or on #multiplatform (may cross post) I'm working on a desktop app using Compose and Jewel for the app's window. 🧵
I'm planning to set up CI with multiple environments to package the app. However, Jewel requires Jetbrains Runtime to work 🙃 how can I make sure that the CI uses that runtime?
Also, I'm thinking about anyone else trying the project requiring to run gradle with that JDK. Is there a way to make sure they have it installed.
One option I was thinking of is to download the Runtime before the build. However, I'm wondering if anyone can think of a better alternative. 🙏
r
You can request that runtime in your Gradle build file.
p
Oh, that's amazing, thank you for the tip. Will definitely use that 🙏