Skip to content

Commit

Permalink
fix: ksp version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robotxm committed Dec 1, 2022
1 parent 2f799f2 commit 5b82f88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
plugins {
id 'com.android.application'
id 'kotlin-android'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.7.10'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.7.20'
id 'kotlin-parcelize'
id 'com.google.devtools.ksp' version '1.7.10-1.0.6'
id 'com.google.devtools.ksp' version '1.7.20-1.0.8'
}

android {
Expand Down

0 comments on commit 5b82f88

Please sign in to comment.