Merge pull request #400 from vector-im/renovate/kotlin

Update kotlin to v1.7.0
This commit is contained in:
Florian Renaud 2023-05-12 17:03:41 +02:00 committed by GitHub
commit 454fbe7f73
31 changed files with 51 additions and 138 deletions

View file

@ -14,6 +14,8 @@
* limitations under the License.
*/
@file:OptIn(ExperimentalCoroutinesApi::class)
package io.element.android.libraries.matrix.impl
import io.element.android.libraries.core.coroutine.CoroutineDispatchers
@ -300,7 +302,6 @@ class RustMatrixClient constructor(
}
}
@ExperimentalCoroutinesApi
override fun close() {
slidingSyncUpdateJob?.cancel()
stopSync()