Skip to content

Commit

Permalink
Address IJ plugin warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Sep 22, 2023
1 parent a1c6426 commit aae5ff0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
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

0 comments on commit aae5ff0

Please sign in to comment.