diff --git a/build.gradle.kts b/build.gradle.kts index 0763684337e..2098ba63430 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ /* - * Copyright 2014-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. + * Copyright 2014-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. */ import org.jetbrains.dokka.gradle.DokkaMultiModuleTask @@ -88,6 +88,7 @@ subprojects { compilerOptions { languageVersion = getKotlinLanguageVersion() apiVersion = getKotlinApiVersion() + extraWarnings = true } } diff --git a/gradle.properties b/gradle.properties index 63079b156ea..f479e23b37e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # -# Copyright 2014-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. +# Copyright 2014-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. # # styleguide @@ -45,8 +45,10 @@ org.gradle.parallel=true # kotlin kotlin.native.ignoreDisabledTargets=true +kotlin.native.enableKlibsCrossCompilation=true kotlin.mpp.stability.nowarn=true kotlin.mpp.enableCInteropCommonization=true +kotlin.incremental.wasm=true kotlin.incremental.js.ir=false kotlin.incremental.js.klib=false kotlin.incremental.multiplatform=false