添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

New React-native-videosdk plugin unable to install in react native version 0.72

I tried adding custom kotlin_version in the project level build.gradle but Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.

I went through the changelog and found out that the react-native version 0.70.0 supports kotlin-gradle-plugin of 1.6.10 by default. (current react native version is 0.69.4)

Now, latest @zoom_react-native-videosdk requires kotlin-gradle-plugin:1.3.50 and doesnt work on higher versions.

So right now it wont be possible for us to upgrade the app, or else we need to find the alternate for @zoom_react-native-videosdk .

The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':zoom_react-native-videosdk' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.50