Skip to content

Instantly share code, notes, and snippets.

View ericmaxwell2003's full-sized avatar

Eric Maxwell ericmaxwell2003

View GitHub Profile
@jaydp17
jaydp17 / build.gradle
Created October 30, 2015 03:31
Kotlin and dataBinding
apply plugin: 'com.android.application'
apply plugin: 'com.android.databinding'
apply plugin: 'kotlin-android'
android {
compileSdkVersion 23
buildToolsVersion "23.0.1"
defaultConfig {
applicationId "com.example.mvptestkotlin"