I couldn't find the repo for segment_analytics-react-native-firebase for opening here.
Environment:
gradle:3.4.1
"@segment/analytics-react-native": "^1.1.0-beta.0",
"@segment/analytics-react-native-firebase": "^1.1.0-beta.0",
"react": "16.8.6",
"react-native": "0.60.4",
I'm getting the following error
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':@segment_analytics-react-native-firebase' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0
Then I opened
@segment > analytics-react-native-firebase > build.gradle and I saw
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0'
which is supposed to be as same in @segment/analytics-react-native which is
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21'
I can't make a PR, so temporarily changing in node_modules and expect a patch to publish soon.
I couldn't find the repo for segment_analytics-react-native-firebase for opening here.
Environment:
gradle:3.4.1
"@segment/analytics-react-native": "^1.1.0-beta.0",
"@segment/analytics-react-native-firebase": "^1.1.0-beta.0",
"react": "16.8.6",
"react-native": "0.60.4",
I'm getting the following error
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.3.10 and higher. The following dependencies do not satisfy the required version: project ':@segment_analytics-react-native-firebase' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0Then I opened
@segment > analytics-react-native-firebase > build.gradle and I saw
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0'which is supposed to be as same in @segment/analytics-react-native which is
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21'I can't make a PR, so temporarily changing in node_modules and expect a patch to publish soon.