-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
gradle.properties
30 lines (24 loc) · 913 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
org.gradle.caching=true
org.gradle.configuration-cache=true
#Kotlin
kotlin.code.style=official
kotlin.js.compiler=ir
#MPP
kotlin.mpp.enableCInteropCommonization=true
#Android
android.useAndroidX=true
android.nonTransitiveRClass=true
##JS
org.jetbrains.compose.experimental.jscanvas.enabled=true
# GPG Key Information (Use environment variables for sensitive data)
signing.keyId=305638BA
signing.password=7373533
# Uncomment and set the path if you use a specific GPG home directory
signing.secretKeyRingFile=/Users/rabeetahmad/Downloads/secring.gpg
# Nexus (Sonatype) Credentials (Use environment variables for sensitive data)
mavenCentralUsername=d7NkKZtt
mavenCentralPassword=rqLNMi4XkcBePqTKyxlnHyGoJ6TkXKC4a8NOnuS9VrF0
org.gradle.unsafe.configuration-cache=false
kotlin.native.ignoreDisabledTargets=true