You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the annotation processor dependency [sdk-api-gen](sdk-api-gen), and then, depending on whether you want to deploy using HTTP or Lambda, use the appropriate dependency:
@@ -65,19 +65,19 @@ Add the [Kotlin symbol processing](https://kotlinlang.org/docs/ksp-quickstart.ht
65
65
66
66
```
67
67
plugins {
68
-
id("com.google.devtools.ksp") version "2.0.0-1.0.21"
68
+
id("com.google.devtools.ksp") version "2.2.10-2.0.2"
69
69
}
70
70
```
71
71
72
72
Add the ksp dependency [sdk-api-gen](sdk-api-kotlin-gen), and then, depending on whether you want to deploy using HTTP or Lambda, use the appropriate dependency:
0 commit comments