Skip to content

Commit ac5bc46

Browse files
committed
Update KSP docs
1 parent 5ca1485 commit ac5bc46

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

KSP/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,15 @@ plugins {
1212

1313
Then add the Supabase KSP compiler to your dependencies:
1414

15-
> [!NOTE]
16-
> `VERSION` is the same as the Supabase-kt version.
17-
18-
**JVM**:
15+
[**JVM**](https://kotlinlang.org/docs/ksp-quickstart.html#add-a-processor):
1916

2017
```kotlin
2118
depdencies {
2219
ksp("io.github.jan-tennert.supabase:ksp-compiler:VERSION")
2320
}
2421
```
2522

26-
**Multiplatform**:
23+
[**Multiplatform**](https://kotlinlang.org/docs/ksp-multiplatform.html):
2724

2825
```kotlin
2926
kotlin {

0 commit comments

Comments
 (0)