Skip to content

Commit f7982f1

Browse files
Add missing dependency on kmpauth-core to kmpauth-firebase (#127)
The `UiContainerScope` from `kmpauth-core` is contained in the libraries public API as argument on `GoogleButtonUiContainerFirebase`: https://github.com/mirzemehdi/KMPAuth/blob/main/kmpauth-firebase/src/commonMain/kotlin/com/mmk/kmpauth/firebase/google/GoogleButtonUiContainerFirebase.kt#L44
1 parent d0c29d0 commit f7982f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kmpauth-firebase/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ kotlin {
4646
implementation(compose.material)
4747
implementation(libs.koin.compose)
4848
api(libs.firebase.gitlive.auth)
49+
api(project(":kmpauth-core"))
4950
implementation(project(":kmpauth-google"))
5051
}
5152
}

0 commit comments

Comments
 (0)