Removed properties language

This commit is contained in:
Jakub Chrzanowski 2023-04-04 10:51:36 +02:00
parent 0b3b85909c
commit e8976d4ec0
No known key found for this signature in database
GPG Key ID: C39095BFD769862E
2 changed files with 2 additions and 2 deletions

View File

@ -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
```

View File

@ -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
```