Hello I'm facing the following error when building the android portion of https://github.com/jitsi/jitsi-meet
'let((T) -> R): R' is only available since Kotlin 1.3.50 and cannot be used in Kotlin 1.3
In Android Studio settings shows using Kotlin 1.6 in the compiler settings and when I set a project variable kotlinVersion
in build.gradle
to 1.6.10 I still get the same error.
from How to set Kotlin version
No comments:
Post a Comment