Skip to content

Commit

Permalink
feature #866: delete unused dependencies and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
chattymin authored and l2hyunwoo committed Sep 24, 2024
1 parent 7ab798c commit 9b93320
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions feature/fortune/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
plugins {
sopt("feature")
sopt("compose")
alias(libs.plugins.ksp)
alias(libs.plugins.ktlint)
alias(libs.plugins.secret)
}

android {
Expand All @@ -42,10 +39,7 @@ dependencies {

// compose
implementation(libs.kotlin.collections.immutable)
implementation(platform(libs.compose.bom))
implementation(libs.bundles.compose)
implementation(libs.compose.destination.core)
ksp(libs.compose.destination.ksp)
implementation(libs.compose.navigation)

// etc
implementation(libs.kotlin.datetime)
Expand Down

0 comments on commit 9b93320

Please sign in to comment.