File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
*/
4
- import java.net.URL
5
4
6
5
val experimentalAnnotations = listOf (
7
- " kotlin.Experimental" ,
8
- " kotlin.experimental.ExperimentalTypeInference" ,
9
- " kotlin.ExperimentalMultiplatform" ,
10
6
" kotlinx.coroutines.ExperimentalCoroutinesApi" ,
11
- " kotlinx.coroutines.ObsoleteCoroutinesApi" ,
12
- " kotlinx.coroutines.InternalCoroutinesApi" ,
13
- " kotlinx.coroutines.FlowPreview"
7
+ " kotlinx.coroutines.InternalCoroutinesApi"
14
8
)
15
9
16
10
kotlin {
@@ -24,7 +18,6 @@ kotlin {
24
18
resources.srcDir(" $platform /test-resources" )
25
19
}
26
20
languageSettings {
27
- progressiveMode = true
28
21
experimentalAnnotations.forEach { useExperimentalAnnotation(it) }
29
22
}
30
23
}
You can’t perform that action at this time.
0 commit comments