Skip to content

Commit 446d6a8

Browse files
remove warnings
1 parent 464b42a commit 446d6a8

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#Gradle
2-
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
2+
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" -XX:+UseParallelGC
33

44
#Kotlin
55
kotlin.code.style=official
@@ -8,4 +8,10 @@ kotlin.code.style=official
88
android.useAndroidX=true
99

1010
# Kotlin/Native clients can override this through updating common.podspec
11-
kotlinVersion=1.6.10
11+
kotlinVersion=1.6.10
12+
13+
kotlin.mpp.enableGranularSourceSetsMetadata=true
14+
kotlin.mpp.stability.nowarn=true
15+
16+
kotlin.native.binary.memoryModel=experimental
17+
kotlin.native.binary.freezing=disabled
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
package io.github.amanshuraikwar.portfolio
22

3+
@Suppress("NO_ACTUAL_FOR_EXPECT")
34
expect annotation class JsName constructor(val name: String)

0 commit comments

Comments
 (0)