mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
IntelliJ Platform Gradle Plugin: FAQ section
This commit is contained in:
parent
f0c4df5d83
commit
7b4c5c0b63
1
ijs.tree
1
ijs.tree
@ -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">
|
||||
|
@ -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"/>
|
Loading…
x
Reference in New Issue
Block a user