#3524 Convert SpinnerLanguagesAdapter to kotlin - converted to kotlin (#3528)

* #3524 Convert SpinnerLanguagesAdapter to kotlin - converted to kotlin

* #3524 Convert SpinnerLanguagesAdapter to kotlin - add KDoc - rework logic - format
This commit is contained in:
Seán Mac Gillicuddy 2020-03-17 11:06:56 +00:00 committed by GitHub
parent e5d5a7af92
commit cd2d530175
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 112 additions and 181 deletions

View file

@ -5,6 +5,7 @@ apply from: '../gitutils.gradle'
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'
apply plugin: "com.hiya.jacoco-android"
apply from: 'quality.gradle'
@ -286,3 +287,7 @@ if(isRunningOnTravisAndIsNotPRBuild) {
}
}
}
androidExtensions {
experimental = true
}