mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Removed properties
language
This commit is contained in:
parent
0b3b85909c
commit
e8976d4ec0
@ -294,7 +294,7 @@ Since Kotlin `1.8.20`, the Kotlin compiler has a [new incremental compilation ap
|
||||
|
||||
As a workaround, you can disable it by adding the following line to the <path>gradle.properties</path> file:
|
||||
|
||||
```properties
|
||||
```
|
||||
kotlin.incremental.useClasspathSnapshot=false
|
||||
```
|
||||
|
||||
|
@ -135,7 +135,7 @@ Execution failed for task ':compileKotlin'.
|
||||
|
||||
To avoid this exception, add the following line to the <path>gradle.properties</path>:
|
||||
|
||||
```properties
|
||||
```
|
||||
kotlin.incremental.useClasspathSnapshot=false
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user