2023-04-04 10:21:39 +02:00

11 lines
572 B
Properties

# Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
kotlin.code.style=official
# Opt-out flag for bundling Kotlin standard library.
# 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