Created
September 8, 2017 10:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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