Skip to content

Commit 9c4ff5f

Browse files
committed
Update
1 parent 3da7b52 commit 9c4ff5f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apply plugin: 'com.android.application'
2-
apply plugin: 'kotlin-android'
2+
// apply plugin: 'kotlin-android'
33

44
android {
55
compileSdkVersion 36

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '2.3.20'
5-
64
repositories {
75
google()
86
mavenCentral()
97
}
108
dependencies {
119
classpath 'com.android.tools.build:gradle:9.1.0'
12-
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
10+
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.3.20"
1311
}
1412
}
1513

0 commit comments

Comments
 (0)