Skip to content

Commit

Permalink
Revert "Update plugin org.jetbrains.kotlin.android to v2 (#920)" (#921)
Browse files Browse the repository at this point in the history
This reverts commit 10a7901.
  • Loading branch information
dessalines committed May 22, 2024
1 parent 10a7901 commit 9ee7ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
plugins {
id 'com.android.application' version '8.4.1' apply false
id 'com.android.library' version '8.4.1' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.24' apply false
id 'org.jmailen.kotlinter' version "4.3.0" apply false
id 'com.google.devtools.ksp' version "1.9.24-1.0.20" apply false
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginManagement {
plugins {
id 'com.android.application' version '8.4.1'
id 'com.android.library' version '8.4.1'
id 'org.jetbrains.kotlin.android' version '2.0.0'
id 'org.jetbrains.kotlin.android' version '1.9.24'
}
}
dependencyResolutionManagement {
Expand Down

0 comments on commit 9ee7ef2

Please sign in to comment.