We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821f2f0 commit 3a9f88aCopy full SHA for 3a9f88a
build.gradle
@@ -11,6 +11,7 @@ repositories {
11
jcenter {
12
content {
13
includeGroup "org.jetbrains.trove4j"
14
+ includeGroup "org.jetbrains.kotlinx"
15
}
16
17
gradle.properties
@@ -2,7 +2,7 @@ kotlin.code.style=official
2
3
GROUP=io.github.chao2zhang.logginglivedata
4
POM_ARTIFACT_ID=logginglivedata
5
-VERSION_NAME=0.0.1
+VERSION_NAME=0.0.2
6
7
POM_NAME=LoggingLiveData
8
POM_DESCRIPTION=Enforce named arguments usage for callers of a function through a Kotlin Compiler Plugin.
0 commit comments