-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgradle.properties
33 lines (33 loc) · 1.15 KB
/
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
31
32
33
kotlin.code.style=official
# Gradle
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
# 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.0.0-BETA18
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:[email protected]: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/