Created
February 25, 2019 04:29
-
-
Save sanogueralorenzo/7541b2e3816720208086983aa6525809 to your computer and use it in GitHub Desktop.
This file contains 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
apply plugin: 'com.android.dynamic-feature' | |
apply plugin: 'kotlin-android' | |
apply plugin: 'kotlin-android-extensions' | |
android { | |
compileSdkVersion Versions.compileSdk | |
defaultConfig { | |
minSdkVersion Versions.minSdk | |
targetSdkVersion Versions.targetSdk | |
} | |
} | |
dependencies { | |
implementation project(Modules.app) | |
implementation Libraries.kotlin | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment