Skip to content

Commit 315cafa

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #313 from modelix/MODELIX-544
build: remove unneeded suppress warnings
2 parents 43fa035 + a38175a commit 315cafa

File tree

13 files changed

+0
-13
lines changed

13 files changed

+0
-13
lines changed

bulk-model-sync-lib/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ kotlin {
1616
useJUnitPlatform()
1717
}
1818
}
19-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
2019
sourceSets {
2120
val commonMain by getting {
2221
dependencies {

kotlin-utils/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ kotlin {
1818
}
1919
useCommonJs()
2020
}
21-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
2221
sourceSets {
2322
val commonMain by getting {
2423
dependencies {

light-model-client/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ kotlin {
1717
useCommonJs()
1818
}
1919

20-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
2120
sourceSets {
2221
val commonMain by getting {
2322
dependencies {

model-api-gen-runtime/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ kotlin {
2020
useCommonJs()
2121
}
2222

23-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
2423
sourceSets {
2524
all {
2625
languageSettings.optIn("kotlin.js.ExperimentalJsExport")

model-api/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ kotlin {
2828
}
2929
useCommonJs()
3030
}
31-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
3231
sourceSets {
3332
val commonMain by getting {
3433
dependencies {

model-client/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ kotlin {
4141
generateTypeScriptDefinitions()
4242
useCommonJs()
4343
}
44-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
4544
sourceSets {
4645
val commonMain by getting {
4746
dependencies {

model-datastructure/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ kotlin {
2222
}
2323
useCommonJs()
2424
}
25-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
2625
sourceSets {
2726
val commonMain by getting {
2827
dependencies {

model-server-api/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ kotlin {
1818
useCommonJs()
1919
}
2020

21-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
2221
sourceSets {
2322
val commonMain by getting {
2423
dependencies {

modelql-client/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ kotlin {
3030
useCommonJs()
3131
}
3232

33-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
3433
sourceSets {
3534
val commonMain by getting {
3635
dependencies {

modelql-core/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ kotlin {
3131
useCommonJs()
3232
}
3333

34-
@Suppress("UNUSED_VARIABLE", "KotlinRedundantDiagnosticSuppress")
3534
sourceSets {
3635
val commonMain by getting {
3736
dependencies {

0 commit comments

Comments
 (0)