IntelliJ Platform Gradle Plugin: FAQ section

This commit is contained in:
Jakub Chrzanowski 2024-04-09 17:10:11 +02:00
parent f0c4df5d83
commit 7b4c5c0b63
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 12 additions and 0 deletions

View File

@ -424,6 +424,7 @@
<toc-element topic="tools_intellij_platform_gradle_plugin_types.md"/>
<toc-element topic="tools_intellij_platform_gradle_plugin_gradle_properties.md"/>
<toc-element topic="tools_intellij_platform_gradle_plugin_migration.md"/>
<toc-element topic="tools_intellij_platform_gradle_plugin_faq.md"/>
</toc-element>
<toc-element topic="tools_gradle_grammar_kit_plugin.md"/>
<toc-element toc-title="IDE Tooling">

View File

@ -0,0 +1,11 @@
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Gradle IntelliJ Plugin FAQ
<link-summary>FAQ for using IntelliJ Platform Gradle Plugin</link-summary>
### Kotlin compiler throws `Out of memory. Java heap space` error
Please upgrade to Kotlin 1.9.0. See the [](using_kotlin.md#incremental-compilation) section if using Kotlin 1.8.20.
<include from="snippets.md" element-id="missingContent"/>