diff --git a/app/build.gradle b/app/build.gradle index 285a311..455fc1b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,5 +1,6 @@ plugins { id "com.diffplug.spotless" version "6.11.0" + id 'kotlin-android' } apply plugin: 'com.android.application' diff --git a/build.gradle b/build.gradle index 8c658bb..e8dddf7 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:7.3.1' - + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files