[PM-19626] Migrate SharedFlowExtensions to core module (#4931)

This commit is contained in:
Patrick Honkonen
2025-03-31 08:52:18 -04:00
committed by GitHub
parent 9486f4c4e2
commit 2e11c81f45
120 changed files with 121 additions and 136 deletions

View File

@@ -34,4 +34,6 @@ android {
}
}
dependencies { }
dependencies {
implementation(libs.kotlinx.coroutines.android)
}