Skip to content

Instantly share code, notes, and snippets.

@GaborWnuk
Created April 13, 2018 13:17
Show Gist options
  • Save GaborWnuk/00a024927a0dd5d5e763e5caf6721653 to your computer and use it in GitHub Desktop.
Save GaborWnuk/00a024927a0dd5d5e763e5caf6721653 to your computer and use it in GitHub Desktop.
android/app/build.gradle configuration for Kotlin in React Native
apply plugin: "com.android.application"
// (...)
apply plugin: "kotlin-android"
apply plugin: "kotlin-android-extensions"
// (...)
dependencies {
// (...)
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
// (...)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment