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 2ac79c6 commit db2b106Copy full SHA for db2b106
1 file changed
docs/topics/ksp/ksp-quickstart.md
@@ -109,8 +109,8 @@ Create a new Kotlin project and add the KSP plugin:
109
// build.gradle
110
111
plugins {
112
- id 'org.jetbrains.kotlin.jvm' version '%kotlinVersion%'
113
- id 'com.google.devtools.ksp' version '%kspVersion%' apply false
+ id 'org.jetbrains.kotlin.jvm' version '%kotlinVersion%'
+ id 'com.google.devtools.ksp' version '%kspVersion%' apply false
114
}
115
```
116
@@ -169,7 +169,7 @@ Create a new module at the root of the project and declare an annotation:
169
// processor/build.gradle
170
171
172
- id 'org.jetbrains.kotlin.jvm'
+ id 'org.jetbrains.kotlin.jvm'
173
174
175
dependencies {
0 commit comments