Skip to content

Commit

Permalink
docs: information about nightly builds
Browse files Browse the repository at this point in the history
(cherry picked from commit ccc6fb9)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed May 28, 2024
1 parent db2f3f5 commit 1c3757e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ For debugging and testing processors, as well as KSP itself, please check [DEVEL
KSP2 is a new implementation of the KSP API. It will be faster and easier to use than KSP 1.x. Please refer to the
[KSP2 introduction](docs/ksp2.md) for more details.

### Nightly Builds
Nightly builds of KSP for the latest Kotlin stable releases are published
[here](https://oss.sonatype.org/content/repositories/snapshots/com/google/devtools/ksp/).

```
maven("https://oss.sonatype.org/content/repositories/snapshots")
```

## Feedback and Bug Reporting

[Please let us know what you think about KSP by filing a Github issue](https://github.com/google/ksp/issues)
Expand Down

0 comments on commit 1c3757e

Please sign in to comment.