convert inputmethodcommon to kotlin

This commit is contained in:
dslul 2020-01-20 19:24:43 +01:00
parent c4882ab38f
commit 52b23e95d6
11 changed files with 358 additions and 388 deletions

View file

@ -1,12 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.3.61'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files