-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathgradle.properties
More file actions
39 lines (39 loc) · 1.39 KB
/
gradle.properties
File metadata and controls
39 lines (39 loc) · 1.39 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
32
33
34
35
36
37
38
39
kotlin.code.style=official
# Gradle
org.gradle.jvmargs=-Xmx40968M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4096M"
org.gradle.caching=true
org.gradle.configuration-cache=true
# Compose
org.jetbrains.compose.experimental.uikit.enabled=true
# Android
android.useAndroidX=true
android.nonTransitiveRClass=true
# MPP
kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.mpp.enableCInteropCommonization=true
kotlin.native.cacheKind.iosSimulatorArm64=none
compose.kotlin.native.manageCacheKind=false
# Development
development=true
# Release
RELEASE_SIGNING_ENABLED=true
# Library config
GROUP=com.powersync
LIBRARY_VERSION=1.11.2
GITHUB_REPO=https://github.com/powersync-ja/powersync-kotlin.git
# POM
POM_URL=https://github.com/powersync-ja/powersync-kotlin/
POM_SCM_URL=https://github.com/powersync-ja/powersync-kotlin
POM_SCM_CONNECTION=scm:git:https://github.com/powersync-ja/powersync-kotlin.git
POM_SCM_DEV_CONNECTION=scm:git:git@github.com:powersync-ja/powersync-kotlin.git
POM_LICENCE_NAME=MIT
POM_LICENCE_URL=http://opensource.org/licenses/MIT
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=powersync
POM_DEVELOPER_NAME=PowerSync SDK Team
POM_DEVELOPER_URL=https://powersync.com/
POM_DEVELOPER_EMAIL=support@journeyapps.com
#Dokka
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
# We don't need cross-compilation, and it causes compilation errors on Linux.
kotlin.native.enableKlibsCrossCompilation=false