Santosh Astagi
03/05/2021, 7:07 PMYoussef Shoaib [MOD]
03/05/2021, 7:21 PMYoussef Shoaib [MOD]
03/05/2021, 7:22 PMYou 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"
}
}
Santosh Astagi
03/05/2021, 7:53 PM