Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 25, 2024
1 parent a2ffa6b commit 3202e20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions circuit-shared-elements/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ android { namespace = "com.slack.circuit.sharedelements" }
baselineProfile {
mergeIntoMain = true
saveInSrc = true
@Suppress("DEPRECATION")
from(projects.samples.star.benchmark.dependencyProject)
@Suppress("DEPRECATION") from(projects.samples.star.benchmark.dependencyProject)
filter { include("com.slack.circuit.sharedelements.**") }
}
6 changes: 1 addition & 5 deletions circuitx/overlays/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ kotlin {
}
}

androidMain {
dependencies {
api(libs.androidx.compose.material.material3)
}
}
androidMain { dependencies { api(libs.androidx.compose.material.material3) } }
// We use a common folder instead of a common source set because there is no commonizer
// which exposes the browser APIs across these two targets.
jsMain { kotlin.srcDir("src/browserMain/kotlin") }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
*/
package com.slack.circuit.star.ui

import androidx.compose.foundation.ExperimentalFoundationApi
import androidx.compose.foundation.background
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Box
Expand Down

0 comments on commit 3202e20

Please sign in to comment.