We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b06a3c commit 4698591Copy full SHA for 4698591
packages/core/android/build.gradle
@@ -1,7 +1,6 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android'
3
4
-def defaultKotlinVersion = '1.3.21'
5
def safeExtGet(prop, fallback) {
6
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
7
}
@@ -42,5 +41,5 @@ dependencies {
42
41
api 'com.segment.analytics.android:analytics:4.5.0-beta.0'
43
44
api 'com.facebook.react:react-native:+'
45
- api "org.jetbrains.kotlin:kotlin-stdlib:${safeExtGet("kotlinVersion", defaultKotlinVersion)}"
+ api "org.jetbrains.kotlin:kotlin-stdlib:${safeExtGet("kotlinVersion", "1.3.21")}"
46
0 commit comments