Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Dec 15, 2024
1 parent 7263ed9 commit 181204a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 39 deletions.
4 changes: 0 additions & 4 deletions androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ dependencies {
implementation(libs.material3.core)
implementation(libs.splash.screen)

implementation(libs.accompanist.adaptive)
implementation(libs.accompanist.systemuicontroller)
implementation(libs.koin.core)
implementation(libs.koin.android)
implementation(libs.koin.compose)
Expand All @@ -184,8 +182,6 @@ dependencies {
implementation(libs.horologist.datalayer)
implementation(libs.horologist.datalayer.phone)

implementation(libs.kmm.viewmodel)

val excludeCrashlyticsConflicts = Action<ExternalModuleDependency> {
// Crashlytics and PerfMon depend on datastore v1.0 but we're using v1.1
exclude(group = "androidx.datastore", module = "datastore-preferences")
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions androidApp/src/main/java/dev/johnoreilly/confetti/ui/Theme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ fun ConfettiTheme(
disableDynamicTheming: Boolean = false,
content: @Composable () -> Unit
) {
SystemBarsColorEffect(isSystemInDarkTheme = darkTheme)

val (colorScheme, backgroundTheme) = mobileThemes(androidTheme, darkTheme, disableDynamicTheming)

CompositionLocalProvider(
Expand Down
1 change: 0 additions & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies {
implementation(libs.plugin.apollo)
implementation(libs.apollo.execution.gradle.plugin)
implementation(libs.plugin.ksp)
implementation(libs.plugin.kmp.nativecoroutines)
implementation(libs.plugin.kotlin.serialization)
implementation(libs.plugin.kotlin.spring)
implementation(libs.plugin.spring.boot)
Expand Down
8 changes: 0 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ kotlinx-datetime = "0.6.1"
apollo-kotlin-execution = "0.1.1-SNAPSHOT-3e89cc694ab96bae7b4c1b7b6394c211065551c1"

agp = "8.7.3"
accompanist = "0.36.0"
activity-compose = "1.9.3"
androidx-lifecycle = "2.8.7"
androidx-datastore = "1.1.1"
Expand All @@ -27,8 +26,6 @@ horologist = "0.7.7-alpha"
io-coil-kt = "2.7.0"
io-coil3-kt = "3.0.4"
kermit = "2.0.5"
kmp-nativecoroutines = "1.0.0-ALPHA-37"
kmm-viewmodel = "1.0.0-ALPHA-21"
kmmbridge = "0.5.7"
koin-android = "4.0.0"
koin-android-compose = "4.0.0"
Expand All @@ -54,9 +51,6 @@ screenshot = "0.0.1-alpha08"


[libraries]
accompanist-adaptive = { module = "com.google.accompanist:accompanist-adaptive", version.ref = "accompanist" }
accompanist-systemuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" }
accompanist-testharness = { module = "com.google.accompanist:accompanist-testharness", version.ref = "accompanist" }
activity-compose = { module = "androidx.activity:activity-compose", version.ref = "activity-compose" }
androidx-benchmarkmacro = "androidx.benchmark:benchmark-macro-junit4:1.3.3"
androidx-complications-rendering = "androidx.wear.watchface:watchface-complications-rendering:1.2.1"
Expand Down Expand Up @@ -157,7 +151,6 @@ koin-core = { module = "io.insert-koin:koin-core", version.ref = "koin-core" }
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin-core" }
koin-test-junit4 = { module = "io.insert-koin:koin-test-junit4", version.ref = "koin-core" }
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test" }
kmm-viewmodel = { module = "com.rickclephas.kmm:kmm-viewmodel-core", version.ref = "kmm-viewmodel" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinx-coroutines" }
kotlinx-coroutines-reactor = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactor", version.ref = "kotlinx-coroutines" }
kotlinx-coroutines-play-services = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-play-services", version.ref = "kotlinx-coroutines-play-services" }
Expand Down Expand Up @@ -186,7 +179,6 @@ plugin-android-application = { module = "com.android.tools.build:gradle", versio
plugin-apollo = { module = "com.apollographql.apollo:apollo-gradle-plugin", version.ref = "apollo" }
plugin-firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics-gradle", version = "2.9.9" }
plugin-google-services = "com.google.gms:google-services:4.4.2"
plugin-kmp-nativecoroutines = { module = "com.rickclephas.kmp:kmp-nativecoroutines-gradle-plugin", version.ref = "kmp-nativecoroutines" }
plugin-kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
plugin-kotlin-spring = { module = "org.jetbrains.kotlin:kotlin-allopen", version.ref = "kotlin" }
plugin-ksp = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" }
Expand Down
2 changes: 0 additions & 2 deletions wearApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ dependencies {
implementation(libs.koin.compose)
implementation(libs.koin.workmanager)

implementation(libs.kmm.viewmodel)
implementation(libs.androidx.work.runtime.ktx)
implementation(libs.koin.android)
implementation(libs.androidx.lifecycle.livedata.ktx)
Expand Down Expand Up @@ -234,7 +233,6 @@ dependencies {
testImplementation(libs.compose.ui.test.junit4)
testImplementation(libs.koin.test)
testImplementation(libs.koin.test.junit4)
testImplementation(libs.accompanist.testharness)
testImplementation(libs.androidx.work.testing)
testImplementation(libs.androidx.complications.rendering)
testImplementation(libs.horologist.compose.tools)
Expand Down

0 comments on commit 181204a

Please sign in to comment.