xxxxxxxxxx
Execution failed for task ':react-native-webview:compileDebugKotlin'.
inside android/build.gradle file add th following line
buildscript {
.
dependencies {
.
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
.
}
}
xxxxxxxxxx
inside android/build.gradle file add th following line
buildscript {
.
dependencies {
.
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0")
.
}
}