alorma
06/15/2021, 4:10 PM3.1.0
crashes with:
Process: <http://com.alorma.online|com.alorma.online>, PID: 27063
java.lang.NoSuchMethodError: No interface method startReplaceableGroup(ILjava/lang/String;)V in class Landroidx/compose/runtime/Composer; or its super classes (declaration of 'androidx.compose.runtime.Composer' appears in /data/app/~~Blc5lbQ6ufp-BTmeiEZj8Q==/com.alorma.online-HU9SyBXOt-tG6CArGrkzLg==/base.apk)
alorma
06/15/2021, 4:10 PMimplementation("io.insert-koin:koin-androidx-compose:3.1.0")
alorma
06/15/2021, 4:12 PMclass OnlineRoomsViewModel: ViewModel() {
val state: StateFlow<Boolean> = MutableStateFlow(true)
}
alorma
06/15/2021, 4:12 PMobject OnlineRoomsModule {
operator fun invoke() = module {
viewModel<OnlineRoomsViewModel>()
}
}
alorma
06/15/2021, 4:12 PMJohn O'Reilly
06/15/2021, 4:25 PMJohn O'Reilly
06/15/2021, 4:26 PMalorma
06/15/2021, 4:38 PMJohn O'Reilly
06/15/2021, 4:38 PMalorma
06/15/2021, 4:38 PMJohn O'Reilly
06/15/2021, 4:40 PMalorma
06/15/2021, 4:42 PMalorma
06/15/2021, 4:43 PMalorma
06/15/2021, 4:43 PMimplementation("io.insert-koin:koin-core:3.1.0")
implementation("io.insert-koin:koin-android:3.1.0")
implementation("io.insert-koin:koin-androidx-compose:3.1.0")
John O'Reilly
06/15/2021, 4:50 PMalorma
06/15/2021, 4:54 PMalorma
06/15/2021, 4:55 PMimplementation("androidx.core:core-ktx:1.5.0")
implementation("androidx.appcompat:appcompat:1.3.0")
implementation("com.google.android.material:material:1.3.0")
implementation("androidx.compose.ui:ui:1.0.0-beta08")
implementation("androidx.compose.material:material:1.0.0-beta08")
implementation("androidx.compose.ui:ui-tooling:1.0.0-beta08")
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.3.1")
implementation("androidx.activity:activity-compose:1.3.0-beta01")
implementation(platform("com.google.firebase:firebase-bom:28.1.0"))
implementation("com.google.firebase:firebase-analytics")
implementation("com.google.firebase:firebase-firestore")
implementation("io.insert-koin:koin-core:3.1.0")
implementation("io.insert-koin:koin-android:3.1.0")
implementation("io.insert-koin:koin-androidx-compose:3.1.0")
implementation(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.0"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-play-services")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test")
alorma
06/15/2021, 5:11 PMarnaud.giuliani
06/16/2021, 7:20 AMalorma
06/16/2021, 7:24 AMalorma
06/16/2021, 7:36 AMalorma
06/16/2021, 7:36 AMarnaud.giuliani
06/16/2021, 8:28 AMalorma
06/16/2021, 8:31 AMarnaud.giuliani
06/16/2021, 12:52 PMalorma
06/16/2021, 12:57 PMalorma
06/17/2021, 12:03 PMJohn O'Reilly
06/17/2021, 12:04 PMalorma
06/18/2021, 7:50 AMalorma
06/18/2021, 7:50 AM