[Gradle] Suppress JS deprecation warning in test projects
This commit is contained in:
committed by
Space Team
parent
d7b446d20f
commit
be3fe747c3
+1
@@ -11,6 +11,7 @@ repositories {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
@Suppress("DEPRECATION")
|
||||
js(BOTH) {
|
||||
nodejs {
|
||||
}
|
||||
|
||||
+1
@@ -8,6 +8,7 @@ dependencies {
|
||||
implementation(kotlin("stdlib-js"))
|
||||
}
|
||||
|
||||
@Suppress("DEPRECATION")
|
||||
kotlin {
|
||||
js("both")
|
||||
js(BOTH)
|
||||
|
||||
+1
@@ -9,6 +9,7 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
@Suppress("DEPRECATION")
|
||||
kotlin {
|
||||
js(BOTH)
|
||||
js(BOTH_TYPE) {
|
||||
|
||||
Reference in New Issue
Block a user