When I build a compose-desktop project by Intellij...
# compose-desktop
u
When I build a compose-desktop project by Intellij, It sets gradle's vesion to 7.0.1 as default. But i want to set it to 7.2. How can i change this config.
t
check out the
/gradle/gradle-wrapper/
folder
u
I don't even have this folder.
@Tijl ,I don't even have this folder.
j
then it is using your Gradle in the path
u
@Javier,Yeah, But I want change it to 7.2. You mean I must change my PATH?
j
you have to upgrade the Gradle which is set in your PATH
u
@Javier,Ok , Understood.
I updated my Intellij, and recreate my project. Yep, It works, it has wrapper's folder.
m
Why don’t you go to Gradle 7.3.3 right away? The Compose examples have also just been updated to that version right now. See: https://github.com/JetBrains/compose-jb/pull/1740
🎉 1
u
@Michael Paus,Got it , Thanks.