Skip to content

Commit 3a9f88a

Browse files
author
Chao Zhang
committed
Remove TraceClassVisitor
1 parent 821f2f0 commit 3a9f88a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ repositories {
1111
jcenter {
1212
content {
1313
includeGroup "org.jetbrains.trove4j"
14+
includeGroup "org.jetbrains.kotlinx"
1415
}
1516
}
1617
}

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kotlin.code.style=official
22

33
GROUP=io.github.chao2zhang.logginglivedata
44
POM_ARTIFACT_ID=logginglivedata
5-
VERSION_NAME=0.0.1
5+
VERSION_NAME=0.0.2
66

77
POM_NAME=LoggingLiveData
88
POM_DESCRIPTION=Enforce named arguments usage for callers of a function through a Kotlin Compiler Plugin.

0 commit comments

Comments
 (0)