From 1b1540b35b49a369ac9edaada19c3dfdbe805221 Mon Sep 17 00:00:00 2001 From: Koitharu Date: Mon, 23 Nov 2020 19:28:16 +0200 Subject: [PATCH] Upgrade kotlin --- app/build.gradle | 1 + build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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()