Last updated 3 years ago
what solved my problem is changing this at build.gradle
build.gradle
from
ext.kotlin_version = '1.3.50'
to
ext.kotlin_version = '1.4.32'