Paulius Ruminas
01/24/2019, 11:54 AMThe declarations is experimental and its usage should be marked with.....
I have enabled these annotations in my gradle file:
...
kotlinOptions {
freeCompilerArgs = ['-Xuse-experimental=kotlinx.serialization.ImplicitReflectionSerializer,kotlinx.coroutines.ExperimentalCoroutinesApi,kotlinx.coroutines.ObsoleteCoroutinesApi']
}
What could be the problem?