We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 130c614 + 5dc6616 commit fc491b5Copy full SHA for fc491b5
Kotlin-Coroutines_1.7/build.gradle
@@ -3,7 +3,7 @@
3
4
apply plugin: 'java'
5
6
-targetCompatibility = JavaVersion.VERSION_1_9
+// targetCompatibility = JavaVersion.VERSION_1_9
7
8
dependencies {
9
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.7.3'
@@ -35,4 +35,5 @@ verifyInstrumentation {
35
excludeRegex '.*-RC'
36
excludeRegex '.*-RC[0-9]'
37
excludeRegex '.*-Beta'
38
+ excludeRegex '.*-RC.[0-9]'
39
}
0 commit comments