Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion integration-testing/examples/mpp-sample/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
##
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
## Copyright 2016-2025 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
##
kotlin_version=2.1.21
atomicfu_version=0.28.0-SNAPSHOT

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g

kotlin.native.enableKlibsCrossCompilation=false
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g

kotlin.native.enableKlibsCrossCompilation=false
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
##
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
## Copyright 2016-2025 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
##
kotlin_version=2.1.21
atomicfu_version=0.28.0-SNAPSHOT

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g

kotlin.native.enableKlibsCrossCompilation=false
4 changes: 3 additions & 1 deletion integration-testing/examples/user-project/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
##
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
## Copyright 2016-2025 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
##
kotlin_version=2.1.21

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g

kotlin.native.enableKlibsCrossCompilation=false