Skip to content

Commit de53453

Browse files
committed
downgrade: ksp and kotlin
1 parent 25d5d3a commit de53453

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:8.11.1'
10-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.2.0'
9+
classpath 'com.android.tools.build:gradle:8.10.1'
10+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.0'
1111

1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
@@ -22,7 +22,7 @@ plugins {
2222
* Get the latest version from: https://github.com/google/ksp/releases
2323
*/
2424
//noinspection GradleDependency
25-
id 'com.google.devtools.ksp' version '2.2.0-2.0.2' apply false
25+
id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false
2626
}
2727

2828
allprojects {

0 commit comments

Comments
 (0)