Skip to content

Commit

Permalink
Remove deprecated Kotlin build flag (#642)
Browse files Browse the repository at this point in the history
`kotlin.incremental.useClasspathSnapshot` was deprecated in Kotlin 1.9,
and we should not be using it anymore. This removes it.
  • Loading branch information
rock3r authored Oct 18, 2024
1 parent 78663d5 commit d137a86
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ org.gradle.jvmargs=-Xmx2G
# Disable adding the Kotlin Stdlib by default to avoid issues with IJ plugins
# See https://jb.gg/intellij-platform-kotlin-stdlib
kotlin.stdlib.default.dependency=false
# Avoid using incremental classpath snapshot until we upgrade to Kotlin 1.9.0+
# See https://jb.gg/intellij-platform-kotlin-oom
kotlin.incremental.useClasspathSnapshot=false

org.jetbrains.intellij.platform.buildFeature.useBinaryReleases=false

Expand Down

0 comments on commit d137a86

Please sign in to comment.