Skip to content
Snippets Groups Projects
Commit 0a22c1e4 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Upgrade Kotlin & kotlinx

parent aaf6c8a6
No related branches found
No related tags found
No related merge requests found
Pipeline #6599 failed with stage
in 2 minutes and 52 seconds
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.android_plugin_version = '3.4.0'
ext.kotlin_version = '1.3.30'
ext.kotlinx_version = '1.1.1'
ext.kotlin_version = '1.3.31'
ext.kotlinx_version = '1.2.1'
repositories {
flatDir dirs: "gradle/plugins"
google()
......
......@@ -363,7 +363,7 @@ object MediaUtils : CoroutineScope {
@ObsoleteCoroutinesApi
private class SuspendDialogCallback (context: Context, private val task: suspend (service: PlaybackService) -> Unit) : BaseCallBack() {
private lateinit var dialog: ProgressDialog
var job = Job()
var job : Job = Job()
val actor = actor<Action>(capacity = Channel.UNLIMITED) {
for (action in channel) when (action) {
Connect -> {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment