We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3da7b52 commit 9c4ff5fCopy full SHA for 9c4ff5f
app/build.gradle
@@ -1,5 +1,5 @@
1
apply plugin: 'com.android.application'
2
-apply plugin: 'kotlin-android'
+// apply plugin: 'kotlin-android'
3
4
android {
5
compileSdkVersion 36
build.gradle
@@ -1,15 +1,13 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
- ext.kotlin_version = '2.3.20'
-
6
repositories {
7
google()
8
mavenCentral()
9
}
10
dependencies {
11
classpath 'com.android.tools.build:gradle:9.1.0'
12
- classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.20"
13
14
15
0 commit comments