Skip to content

Commit

Permalink
code-samples: workaround for kotlin 1.8.20+
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Apr 4, 2023
1 parent 476b7f7 commit 3bec523
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kotlin_demo/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ kotlin.code.style=official
# See https://plugins.jetbrains.com/docs/intellij/using-kotlin.html#kotlin-standard-library for details.
# suppress inspection "UnusedProperty"
kotlin.stdlib.default.dependency = false

# TODO temporary workaround for Kotlin 1.8.20+ (https://youtrack.jetbrains.com/issue/KT-57757)
kotlin.incremental.useClasspathSnapshot=false

0 comments on commit 3bec523

Please sign in to comment.