2022-02-20 17:26:01 +03:00
|
|
|
#
|
|
|
|
# Copyright 2018-2021 KMath contributors.
|
|
|
|
# Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
|
|
|
|
#
|
|
|
|
|
|
|
|
kotlin.code.style=official
|
|
|
|
kotlin.mpp.stability.nowarn=true
|
2023-10-09 13:35:39 +03:00
|
|
|
kotlin.js.compiler=ir
|
2022-02-20 17:26:01 +03:00
|
|
|
|
|
|
|
org.gradle.configureondemand=true
|
|
|
|
org.gradle.parallel=true
|
|
|
|
org.gradle.jvmargs=-XX:MaxMetaspaceSize=1G
|
|
|
|
|
2023-10-09 13:35:39 +03:00
|
|
|
toolsVersion=0.14.10-kotlin-1.9.0
|
|
|
|
compose.version=1.5.1
|