File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ This plugin allows removing all Kotlin @Metadata / @DebugMetadata / @SourceDebug
14
14
``` kotlin
15
15
plugins {
16
16
kotlin(" jvm" )
17
- id(" io.github.izhangzhihao.unmeta" ) version " 1.0.2 "
17
+ id(" io.github.izhangzhihao.unmeta" ) version " 1.0.3 "
18
18
}
19
19
20
20
unmeta {
@@ -43,7 +43,7 @@ gradle.taskGraph.whenReady {
43
43
``` kotlin
44
44
plugins {
45
45
id ' org.jetbrains.kotlin.jvm' version ' 1.8.21'
46
- id " io.github.izhangzhihao.unmeta" version " 1.0.2 "
46
+ id " io.github.izhangzhihao.unmeta" version " 1.0.3 "
47
47
}
48
48
49
49
unmeta {
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" jvm" )
3
- id(" io.github.izhangzhihao.unmeta" ) version " 1.0.2 "
3
+ id(" io.github.izhangzhihao.unmeta" ) version " 1.0.3 "
4
4
}
5
5
6
6
unmeta {
Original file line number Diff line number Diff line change 1
1
ID =io.github.izhangzhihao.unmeta
2
- VERSION =1.0.2
2
+ VERSION =1.0.3
3
3
GROUP =io.github.izhangzhihao
4
4
DISPLAY_NAME =Unmeta Kotlin classes plugin
5
5
DESCRIPTION =Remove @Metadata and @DebugMetadata annotation from your Kotlin classes
You can’t perform that action at this time.
0 commit comments