Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sanogueralorenzo/7541b2e3816720208086983aa6525809 to your computer and use it in GitHub Desktop.
Save sanogueralorenzo/7541b2e3816720208086983aa6525809 to your computer and use it in GitHub Desktop.
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