forked from hoc081098/FlowExt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
25 lines (20 loc) · 927 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
kotlin.code.style=official
kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.js.generate.executable.default=false
GROUP=io.github.hoc081098
# HEY! If you change the major version here be sure to update publish-release.yaml doc target folder!
VERSION_NAME=0.3.0-SNAPSHOT
POM_NAME=FlowExt
POM_DESCRIPTION=Kotlinx Coroutines Flow Extensions. Extensions to the Kotlin Flow library.
POM_INCEPTION_YEAR=2021
POM_URL=https://github.com/hoc081098/FlowExt
POM_SCM_URL=https://github.com/hoc081098/FlowExt
POM_SCM_CONNECTION=scm:git:git://github.com/hoc081098/FlowExt
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/hoc081098/FlowExt.git
POM_LICENCE_NAME=MIT License
POM_LICENCE_URL=https://opensource.org/licenses/mit-license.php
POM_LICENCE_DIST=repo
POM_DEVELOPER_ID=hoc081098
POM_DEVELOPER_NAME=Petrus Nguyễn Thái Học
POM_DEVELOPER_URL=https://github.com/hoc081098