We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b219d5e commit 3898987Copy full SHA for 3898987
ksp/build.gradle
@@ -1,6 +1,5 @@
1
-
2
buildscript {
3
- ext.ksp_version='1.4.20-dev-experimental-20201222'
+ ext.ksp_version='1.4.20-dev-experimental-20210107'
4
}
5
6
dependencies {
@@ -9,4 +8,3 @@ dependencies {
9
8
implementation "com.google.devtools.ksp:symbol-processing:$ksp_version"
10
implementation "org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version"
11
12
0 commit comments