Hello, after I upgraded to Kotlin 1.3.20 Android ...
# android
p
Hello, after I upgraded to Kotlin 1.3.20 Android Studio reports:
The declarations is experimental and its usage should be marked with.....
I have enabled these annotations in my gradle file:
Copy code
...
kotlinOptions {
        freeCompilerArgs = ['-Xuse-experimental=kotlinx.serialization.ImplicitReflectionSerializer,kotlinx.coroutines.ExperimentalCoroutinesApi,kotlinx.coroutines.ObsoleteCoroutinesApi']
    }
What could be the problem?