Skip to content

Commit 1e3f6de

Browse files
committed
Update docs
1 parent 6cca463 commit 1e3f6de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

KSP/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ dependencies {
4040
//Add KSP compiler to all targets that need processing
4141
//Advised to use Gradle Version Catalogs
4242
add("kspCommonMainMetadata", "io.github.jan-tennert.supabase:ksp-compiler:VERSION")
43+
44+
//Note: If only the common target needs processing, you don't need the following lines
4345
add("kspJvm", "io.github.jan-tennert.supabase:ksp-compiler:VERSION")
4446
add("kspAndroid", "io.github.jan-tennert.supabase:ksp-compiler:VERSION")
4547
add("kspIosX64", "io.github.jan-tennert.supabase:ksp-compiler:VERSION")

0 commit comments

Comments
 (0)