Skip to content

Commit

Permalink
🔧 viewModel을 통한 의존성 주입을 위하여 app 단의 orbit(super class) 의존성추가
Browse files Browse the repository at this point in the history
Co-authored-by: yonghanJu <[email protected]>
  • Loading branch information
soopeach and yonghanJu committed Aug 1, 2024
1 parent 1242100 commit eed3983
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,12 @@ dependencies {
implementation(platform("com.google.firebase:firebase-bom:32.7.0"))
implementation("com.google.firebase:firebase-crashlytics")
implementation("com.google.firebase:firebase-analytics")

// orbit
// TODO: change To Core For Compose Multiplatform
val orbitVersion = "4.6.1"
implementation("org.orbit-mvi:orbit-viewmodel:$orbitVersion")
implementation("org.orbit-mvi:orbit-compose:$orbitVersion")
// Tests
testImplementation("org.orbit-mvi:orbit-test:$orbitVersion")
}

0 comments on commit eed3983

Please sign in to comment.