diff --git a/Src/RiderPlugin/gradle.properties b/Src/RiderPlugin/gradle.properties index 11573d6..2d6a84e 100644 --- a/Src/RiderPlugin/gradle.properties +++ b/Src/RiderPlugin/gradle.properties @@ -1,3 +1,5 @@ -# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE +# Kotlin 1.4 will bundle the stdlib dependency by default, causing problems with the version bundled with the IDE # https://blog.jetbrains.com/kotlin/2020/07/kotlin-1-4-rc-released/#stdlib-default kotlin.stdlib.default.dependency=false + +org.gradle.jvmargs=-Xmx2048M