Skip to content

Commit

Permalink
prepare 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wowselim committed Oct 6, 2022
1 parent a131722 commit 9131374
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ unnecessary serialization and deserialization by
making use of a special
[EventBus codec](https://dev.to/sip3/how-to-extend-vert-x-eventbus-api-to-save-on-serialization-3akf).

## News
With the release of `3.0`, this library now uses ksp
instead of kapt. You can check out the test or
example modules in this repository to find out how
to migrate your `build.gradle` file to ksp.

If you want to stick to kapt, you can use version
`2.1.1`. Only the ksp version will be supported in
the future.

## Getting started
Imagine we have a service that can divide a
double by another double.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ allprojects {
apply plugin: 'maven-publish'

group 'co.selim.ebservice'
version '2.1.1'
version '3.0.0'

java {
withSourcesJar()
Expand Down

0 comments on commit 9131374

Please sign in to comment.