diff --git a/app/build.gradle b/app/build.gradle index 9f9f8a02c..3ab5e1a39 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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() diff --git a/build.gradle b/build.gradle index b067dc74d..0a8b504a8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.4.10' + ext.kotlin_version = '1.4.20' repositories { google() jcenter()