Skip to content

Commit

Permalink
Remove unnecessary SUPPRESS statements
Browse files Browse the repository at this point in the history
  • Loading branch information
fflopsi committed Aug 23, 2023
1 parent e03875b commit eb63b25
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ kotlin {
implementation("com.arkivanov.decompose:extensions-compose-jetbrains:$decomposeVersion")
}
}
@Suppress("UNUSED_VARIABLE")
val androidMain by getting {
dependencies {
val composeBom = platform("androidx.compose:compose-bom:2023.08.00")
Expand All @@ -56,8 +55,6 @@ kotlin {
implementation("com.arkivanov.decompose:extensions-compose-jetbrains:$decomposeVersion")
}
}

@Suppress("UNUSED_VARIABLE")
val jvmMain by getting {
dependencies {
implementation(compose.desktop.common)
Expand Down

0 comments on commit eb63b25

Please sign in to comment.