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 dac4d82 commit f93b1fcCopy full SHA for f93b1fc
KSP/README.md
@@ -40,6 +40,8 @@ dependencies {
40
//Add KSP compiler to all targets that need processing
41
//Advised to use Gradle Version Catalogs
42
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
45
add("kspJvm", "io.github.jan-tennert.supabase:ksp-compiler:VERSION")
46
add("kspAndroid", "io.github.jan-tennert.supabase:ksp-compiler:VERSION")
47
add("kspIosX64", "io.github.jan-tennert.supabase:ksp-compiler:VERSION")
0 commit comments