diff --git a/website/docs/docs-Installing.mdx b/website/docs/docs-Installing.mdx index adce4878705..3152646bf5c 100644 --- a/website/docs/docs-Installing.mdx +++ b/website/docs/docs-Installing.mdx @@ -201,8 +201,8 @@ buildscript { compileSdkVersion = 26 targetSdkVersion = 26 supportLibVersion = "26.1.0" -+ RNNKotlinVersion = "1.3.61" // Or any version above 1.3.x -+ RNNKotlinStdlib = "kotlin-stdlib-jdk8" ++ kotlinVersion = "1.3.72" // Or any version above 1.3.x ++ RNNKotlinVersion = kotlinVersion } repositories { google() @@ -211,7 +211,7 @@ buildscript { + mavenCentral() } dependencies { -+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61" // Or whatever Kotlin version you've specified above ++ classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") + classpath 'com.android.tools.build:gradle:3.5.3' // Or higher - classpath 'com.android.tools.build:gradle:2.2.3' } @@ -362,4 +362,4 @@ dependencies { implementation "com.android.support:appcompat-v7:${rootProject.ext.supportLibVersion}" } -``` \ No newline at end of file +```