react-native-webview无法解析org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.11

时间:2019-02-01 04:48:37

标签: android react-native gradle kotlin

我使用react-native初始化xxx初始化了react-native应用程序,并安装了最新版本(v4.1.0)。 Android Studio无法完成同步。它说:

enter image description here

当我从控制台运行react-antive run-android时,它表示类似的内容。

enter image description here

我试图获取kotlin gradle插件,但它不存在。 :'(

enter image description here

如何复制?

  • 只需初始化一个react-native(0.58)应用
  • 运行yarn install react-native-webview。 //版本4.1.0
  • 运行react-native run-android

这是一个死链接: https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.11/kotlin-gradle-plugin-1.3.11.pom

我发现它在这里。 https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.11/kotlin-gradle-plugin-1.3.11.pom

请注意,版本1.3.20也可用。 https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-gradle-plugin/1.3.20/kotlin-gradle-plugin-1.3.20.pom

请帮助:'( 预先感谢。

0 个答案:

没有答案