Loe
val commonMain by getting { dependencies { // Firebase: Import the BoM for the Firebase platform implementation(project.dependencies.platform("com.google.firebase:firebase-bom:31.0.2")) // Firebase: Cloud Firestore library BoM doesn't specify versions in Firebase library dependencies implementation("com.google.firebase:firebase-firestore-ktx") // Firebase: crashlytics implementation("com.google.firebase:firebase-crashlytics") // Firebase: Authentication implementation("com.google.firebase:firebase-auth-ktx") // Coroutines support libraries for Kotlin - required by firebase-analytics implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") // TODO this is platform specific? //implementation("com.google.firebase:firebase-analytics-ktx") } }
:shared:iosArm64Main: Could not resolve org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4. Required by: project :shared > com.google.firebase:firebase-firestore-ktx:24.4.0 > com.google.firebase:firebase-common-ktx:20.2.0 Possible solution: - Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
LastExceed
ByteReadChannel
.readUTF8Line()
Łukasz Zieliński
Rudy Sulley
Anmol Verma
Colton Idle
tateisu
Jason Ankers
LazyColumn
firstVisibleItemScrollOffset
Ink
var option: Option by mutableStateOf(Option.Default)
fun optionsFlow(): Flow<Option> = snapshotFlow { option }
option = Option.Default
launch{
state.optionsFlow().collectLatest{
println(it)
}
Samuel Gammon
Int
String
A modern programming language that makes developers happier.