-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathgradle.properties
More file actions
30 lines (25 loc) · 873 Bytes
/
gradle.properties
File metadata and controls
30 lines (25 loc) · 873 Bytes
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
kotlin.code.style=official
android.useAndroidX=true
org.gradle.jvmargs=-Xmx4g
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
GROUP=co.touchlab
VERSION_NAME=2.1.0
POM_NAME=Kermit
POM_DESCRIPTION=Kermit The Log
POM_URL=https://github.com/touchlab/Kermit
POM_SCM_URL=https://github.com/touchlab/Kermit
POM_SCM_CONNECTION=scm:git:git://github.com/touchlab/Kermit.git
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/touchlab/Kermit.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=kpgalligan
POM_DEVELOPER_NAME=Kevin Galligan
POM_DEVELOPER_ORG=Touchlab
POM_DEVELOPER_URL=https://touchlab.co/
kotlin.js.yarn=false
kotlin.js.ir.output.granularity=whole-program
enableWasm=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.commonizerLogLevel=info