Kotlin Gradle plugin need update
Hello for every one I have some problems in vscode
i need solve this problem
[enter image description here][1]
[1]:
https://i.stack.imgur.com/NVgB5.png▾
this is real estate app when i run this app i have get this msg
i need to solve this problem
here is build.gradle file
need to upgrade file
def localProperties = new Properties()
def localPropertiesFile = rootProject.file('local.properties')
if (localPropertiesFile.exists()) {
localPropertiesFile.withReader('UTF-8') { reader ->...