Fix CI again

This commit is contained in:
ganfra 2023-01-16 19:38:04 +01:00
parent 47e16997b3
commit aa0d997ec2
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
/*
* Copyright (c) 2022 New Vector Ltd
*
@ -169,7 +171,8 @@ dependencies {
implementation(project(":anvilannotations"))
anvil(project(":anvilcodegen"))
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.0")
// https://developer.android.com/studio/write/java8-support#library-desugaring-versions
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.2.2")
implementation(libs.compose.destinations)
ksp(libs.compose.destinations.processor)
implementation(libs.appyx.core)

View file

@ -19,7 +19,6 @@ package io.element.android.x.matrix.room
import io.element.android.x.matrix.core.EventId
import io.element.android.x.matrix.core.RoomId
import io.element.android.x.matrix.timeline.MatrixTimeline
import io.element.android.x.matrix.timeline.RustMatrixTimeline
import kotlinx.coroutines.flow.Flow
interface MatrixRoom {