-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathgradle.properties
More file actions
34 lines (24 loc) · 903 Bytes
/
gradle.properties
File metadata and controls
34 lines (24 loc) · 903 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
31
32
33
34
kotlin.code.style=official
GROUP=co.touchlab
VERSION_NAME=1.3.3
KOTLIN_VERSION=1.9.20
kotlin.native.ignoreDisabledTargets=true
SONATYPE_HOST=DEFAULT
RELEASE_SIGNING_ENABLED=true
POM_ARTIFACT_ID=sqliter-driver
POM_NAME=SQLiter Native
POM_DESCRIPTION=Simple SQLite Driver
POM_URL=https://github.com/touchlab/SQLiter
POM_SCM_URL=https://github.com/touchlab/SQLiter
POM_SCM_CONNECTION=scm:git:git://github.com/touchlab/SQLiter.git
POM_SCM_DEV_CONNECTION=scm:git:git://github.com/touchlab/SQLiter.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.mpp.enableCInteropCommonization=true
kotlin.mpp.commonizerLogLevel=info
kotlin.mpp.applyDefaultHierarchyTemplate=false