Skip to content

Commit db2b106

Browse files
author
Carolina Silva Rode
committed
fix: Andrey review
1 parent 2ac79c6 commit db2b106

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/topics/ksp/ksp-quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ Create a new Kotlin project and add the KSP plugin:
109109
// build.gradle
110110

111111
plugins {
112-
id 'org.jetbrains.kotlin.jvm' version '%kotlinVersion%'
113-
id 'com.google.devtools.ksp' version '%kspVersion%' apply false
112+
id 'org.jetbrains.kotlin.jvm' version '%kotlinVersion%'
113+
id 'com.google.devtools.ksp' version '%kspVersion%' apply false
114114
}
115115
```
116116

@@ -169,7 +169,7 @@ Create a new module at the root of the project and declare an annotation:
169169
// processor/build.gradle
170170
171171
plugins {
172-
id 'org.jetbrains.kotlin.jvm'
172+
id 'org.jetbrains.kotlin.jvm'
173173
}
174174
175175
dependencies {

0 commit comments

Comments
 (0)