File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,8 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).configureEach {
89
89
freeCompilerArgs + = ' -Xopt-in=kotlin.RequiresOptIn'
90
90
// Enable experimental coroutines APIs, including Flow
91
91
freeCompilerArgs + = ' -Xopt-in=kotlin.Experimental'
92
+ freeCompilerArgs + = ' -Xallow-jvm-ir-dependencies'
93
+
92
94
// Set JVM target to 1.8
93
95
jvmTarget = " 1.8"
94
96
}
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ subprojects {
72
72
freeCompilerArgs + = ' -Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi'
73
73
freeCompilerArgs + = ' -Xopt-in=kotlinx.coroutines.FlowPreview'
74
74
freeCompilerArgs + = ' -Xopt-in=kotlin.Experimental'
75
+ freeCompilerArgs + = ' -Xallow-jvm-ir-dependencies'
75
76
76
77
// Set JVM target to 1.8
77
78
jvmTarget = " 1.8"
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ subprojects {
71
71
freeCompilerArgs + = ' -Xopt-in=kotlinx.coroutines.ExperimentalCoroutinesApi'
72
72
freeCompilerArgs + = ' -Xopt-in=kotlinx.coroutines.FlowPreview'
73
73
freeCompilerArgs + = ' -Xopt-in=kotlin.Experimental'
74
+ freeCompilerArgs + = ' -Xallow-jvm-ir-dependencies'
74
75
75
76
// Set JVM target to 1.8
76
77
jvmTarget = " 1.8"
You can’t perform that action at this time.
0 commit comments