Skip to content

Commit

Permalink
Small grammatical fix, otherwised -> otherwise
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoberg committed Nov 15, 2024
1 parent 3a0da1a commit 8e8a3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Development HowTos
This doc describes how KSP is implemented and how to test and debug it, as well as processors. Unless otherwised noted, it assumes running in Gradle.
This doc describes how KSP is implemented and how to test and debug it, as well as processors. Unless otherwise noted, it assumes running in Gradle.

## KSP Processes / JVM Instances
The Kotlin compiler has two main parts: Kotlin Gradle Plugin (KGP) and [the compiler itself](https://central.sonatype.com/artifact/org.jetbrains.kotlin/kotlin-compiler-embeddable).
Expand Down

0 comments on commit 8e8a3eb

Please sign in to comment.