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