diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 69e8615..2b8a50f 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/build.gradle b/build.gradle index 45cd475..0a0ae43 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.8.20" + ext.kotlin_version = "1.8.0" repositories { google() maven { url 'https://jitpack.io' }