Thatchai
Nov 13, 2022

--

react native — error react-native-webview:compileDebugKotlin

error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':react-native-webview:compileDebugKotlin'.
> Compilation error. See log for more details

resolution
android/build.gradle

allprojects {
repositories {

exclusiveContent {
filter {
includeGroup "com.facebook.react"
}
forRepository {
maven {
url "$rootDir/../node_modules/react-native/android"
}
}
}

--

--

Thatchai
Thatchai

No responses yet