Santosh Astagi
Youssef Shoaib [MOD]
You need to use Kotlin 1.4.30. Specify language version 1.5 to enable the new features:
compileKotlin {
kotlinOptions {
languageVersion = "1.5"
apiVersion = "1.5"
}
A modern programming language that makes developers happier.