-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathgradle.properties
More file actions
31 lines (31 loc) · 1.24 KB
/
gradle.properties
File metadata and controls
31 lines (31 loc) · 1.24 KB
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
31
# Code style
kotlin.code.style=official
# Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options="-Xmx2048M"
# Android
android.nonTransitiveRClass=true
android.useAndroidX=true
# Kotlin incremental + caching
kotlin.native.ignoreDisabledTargets=true
kotlin.incremental=true
kotlin.incremental.js=true
kotlin.incremental.wasm=true
# KMP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
org.jetbrains.compose.experimental.jscanvas.enabled=true
# Before publishing to central the library should be tested in local:
# ./gradlew publishToMavenLocal. This will generate sources for our source sets
# in the .m2 folder locally. Which can be tested by adding mavenLocal() under
# dependencyResolutionManagement in the settings.gradle.kts file.
# If mavenLocal does not work use: maven("/Users/pushpalroy/.m2/repository")
# Fill these details for Maven publish and then run the command:
# ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
# The rest of the setup is there in build.gradle of jetlime module
# Then login to https://central.sonatype.com to see the publication
# Maven publication
mavenCentralUsername=
mavenCentralPassword=
signing.keyId=
signing.password=
signing.secretKeyRingFile=