Skip to content

Instantly share code, notes, and snippets.

View passiondroid's full-sized avatar
🎯
Focusing

Arif Khan passiondroid

🎯
Focusing
View GitHub Profile
plugins {
id(BuildPlugins.androidApplication)
id(BuildPlugins.kotlinAndroid)
id(BuildPlugins.kotlinAndroidExtensions)
}
android {
compileSdkVersion(AndroidSdk.compile)
defaultConfig {
applicationId = "com.gradle.kotlindsl"