From b528194cc46408d68925b6797347deadf0a3919a Mon Sep 17 00:00:00 2001 From: Drakeet Date: Sun, 20 Jun 2021 18:16:58 +0800 Subject: [PATCH] Revert Kotlin to 1.4.32 since dokka is not compatible with 1.5 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 09bb8c2..5c64243 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ */ buildscript { - ext.kotlinVersion = '1.5.10' + ext.kotlinVersion = '1.4.32' ext.dokkaVersion = '0.9.17' ext.recyclerviewVersion = '1.2.1' ext.annotationVersion = '1.2.0'