Skip to content

Commit

Permalink
Remove metaInfo usage (#3964)
Browse files Browse the repository at this point in the history
* Remove deprecated and to-be-removed property which is actual only for legacy JS compiler
  • Loading branch information
ilgonmic authored Dec 1, 2023
1 parent 7f32340 commit 17bdf4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/kotlin-js-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ tasks.withType<KotlinJsCompile> {
kotlinOptions {
moduleKind = "umd"
sourceMap = true
metaInfo = true
}
}

0 comments on commit 17bdf4a

Please sign in to comment.