Skip to content

Commit 7c62a79

Browse files
authored
Remove metaInfo usage (#2519)
1 parent e997d3e commit 7c62a79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

gradle/configure-source-sets.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ kotlin {
4242
kotlinOptions {
4343
sourceMap = true
4444
moduleKind = "umd"
45-
metaInfo = true
4645
}
4746
}
4847
}

integration-test/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ kotlin {
3737
kotlinOptions {
3838
sourceMap = true
3939
moduleKind = "umd"
40-
metaInfo = true
4140
}
4241
}
4342
}

0 commit comments

Comments
 (0)