Skip to content

Commit 3898987

Browse files
ZacSweerstschuchortdev
authored andcommitted
Update KSP to 20210107
1 parent b219d5e commit 3898987

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ksp/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
21
buildscript {
3-
ext.ksp_version='1.4.20-dev-experimental-20201222'
2+
ext.ksp_version='1.4.20-dev-experimental-20210107'
43
}
54

65
dependencies {
@@ -9,4 +8,3 @@ dependencies {
98
implementation "com.google.devtools.ksp:symbol-processing:$ksp_version"
109
implementation "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
1110
}
12-

0 commit comments

Comments
 (0)