spierce7
12/11/2018, 9:28 PMtasks.withType(KotlinCompile) {
kotlinOptions.freeCompilerArgs += ["-Xuse-experimental=kotlinx.coroutines.ExperimentalCoroutinesApi"]
}
I notice I get the following error in modules that don't use coroutines at all:
e: Experimental API marker kotlinx.coroutines.ExperimentalCoroutinesApi is unresolved. Please make sure it's present in the module dependencies
Anyone know of a fix?gildor
12/11/2018, 11:36 PMspierce7
12/12/2018, 1:31 AMgildor
12/12/2018, 1:38 AMspierce7
12/12/2018, 2:59 AM