Skip to content

Commit

Permalink
doc: update KSP version
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk committed Dec 10, 2024
1 parent f8ac840 commit 656ef75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions documentation/topics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Add KSP to your plugin list; make sure to <a href="https://github.com/google/ksp
version</a>, depending on the Kotlin version you're using.
<code-block lang="kotlin">
plugins {
kotlin("jvm") version "2.0.20"
id("com.google.devtools.ksp") version "2.0.20-1.0.25"
kotlin("jvm") version "2.1.0"
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
}
</code-block>
</step>
Expand All @@ -40,8 +40,8 @@ Add KSP to your plugin list; make sure to <a href="https://github.com/google/ksp
version</a>, depending on the Kotlin version you're using.
<code-block lang="kotlin">
plugins {
kotlin("multiplatform") version "2.0.20"
id("com.google.devtools.ksp") version "2.0.20-1.0.25"
kotlin("multiplatform") version "2.1.0"
id("com.google.devtools.ksp") version "2.1.0-1.0.29"
}
</code-block>
</step>
Expand Down

0 comments on commit 656ef75

Please sign in to comment.