forked from sqldelight/sqldelight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gradle.properties
29 lines (21 loc) · 1007 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
GROUP=com.squareup.sqldelight
VERSION_NAME=1.6.0-SNAPSHOT
POM_URL=https://github.com/square/sqldelight/
POM_SCM_URL=https://github.com/square/sqldelight/
POM_SCM_CONNECTION=scm:git:git://github.com/square/sqldelight.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/square/sqldelight.git
POM_LICENCE_NAME=The Apache Software License, Version 2.0
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=square
POM_DEVELOPER_NAME=Square, Inc.
org.gradle.jvmargs=-Xms128m -Xmx2048m
systemProp.org.gradle.internal.publish.checksums.insecure=true
android.useAndroidX=true
# Compile JS for legacy backend and new IR backend.
kotlin.js.compiler=both
kotlin.mpp.stability.nowarn=true
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
# See https://kotlinlang.org/docs/migrating-multiplatform-project-to-14.html#migrate-to-the-hierarchical-project-structure
kotlin.mpp.enableCompatibilityMetadataVariant=true