Upgrade kotlin

This commit is contained in:
Koitharu
2020-11-23 19:28:16 +02:00
parent b9f35f34ad
commit 1b1540b35b
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ plugins {
id 'kotlin-android'
id 'kotlin-android-extensions'
id 'kotlin-kapt'
// TODO id 'kotlin-parcelize'
}
def gitCommits = 'git rev-list --count HEAD'.execute([], rootDir).text.trim().toInteger()