Update gradleVersion to 9.2.0

This commit is contained in:
Jakub Chrzanowski 2025-11-02 14:42:06 +01:00
parent d2e9a51d2b
commit 9d7a764e19
No known key found for this signature in database
GPG Key ID: 56E9E73CB8E7486B

View File

@ -22,7 +22,7 @@ platformBundledPlugins =
platformBundledModules = platformBundledModules =
# Gradle Releases -> https://github.com/gradle/gradle/releases # Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 9.1.0 gradleVersion = 9.2.0
# Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib # Opt-out flag for bundling Kotlin standard library -> https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency = false kotlin.stdlib.default.dependency = false