Files
alkaa/gradle.properties
Igor Escodro 59a6587263 👷 Reduce build warning
Kotlin Multiplatform has a lot of experimental and on-going work under
the hood to improve the codebase. Let's ignore some repetitive warnings
to make sure we are paying attention to the important ones!
2024-04-20 22:48:42 -04:00

29 lines
1.1 KiB
Properties

# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
android.useAndroidX=true
org.gradle.jvmargs=-Xmx2048m
org.gradle.parallel=true
kotlin.jvm.target.validation.mode=IGNORE
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
# Kotlin multiplatform
org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2
# Ignore AtomicFU warnings - will be fixed in Kotlin 2.0
# (https://github.com/Kotlin/kotlinx-atomicfu/issues/376
kotlin.native.ignoreIncorrectDependencies=true