Skip to content

Instantly share code, notes, and snippets.

@willyliu
Created September 8, 2017 10:30
Show Gist options
  • Save willyliu/3003da52d699675630b917168e0fb46c to your computer and use it in GitHub Desktop.
Save willyliu/3003da52d699675630b917168e0fb46c to your computer and use it in GitHub Desktop.
How to modify gradle file to use android aar file built with kotlin
// add this into the module's build.gradle to make sure the kotlin runtime is included
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:1.1.4-3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment