Skip to content

Commit

Permalink
[proj] update gradle properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pushpalroy committed Sep 6, 2024
1 parent 804307f commit 2232fda
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,22 @@
# 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
android.enableJetifier=true
kotlin.code.style=official
# Kotlin
kotlin.js.compiler=ir
kotlin.native.ignoreDisabledTargets=true
# KMP
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.androidGradlePluginCompatibility.nowarn=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 { url = uri("/Users/username/.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
Expand Down

0 comments on commit 2232fda

Please sign in to comment.