Project

General

Profile

« Previous | Next » 

Revision de25bed3

Added by Leszek Koltunski 1 day ago

Convert EffectMessageSender to Kotlin Coroutines.

View differences:

build.gradle
8 8
            keyAlias = 'distorted'
9 9
        }
10 10
    }
11
    compileSdk 35
11
    compileSdk 36
12 12

  
13 13
    defaultConfig {
14 14
        minSdkVersion 21
......
33 33
    kotlinOptions {
34 34
        jvmTarget = '11'
35 35
    }
36

  
37
    dependencies {
38
        implementation(libs.kotlinx.coroutines.core.v190)
39
    }
40

  
36 41
}

Also available in: Unified diff