Skip to content

Commit

Permalink
Make Kotlin coroutines examples module top level
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 20, 2024
1 parent 62a1988 commit 9ef8fb4
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 11 deletions.
5 changes: 2 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@ The link:rxjava-3-examples/README.adoc[Vert.x RxJava 3] examples contains a wide

The link:grpc-examples/README.adoc[Vert.x gRPC Examples] show how you can implement a gRPC service and invoke a gRPC service with Vert.x.

=== Kotlin examples
=== Kotlin coroutines examples

The link:kotlin-examples/README.adoc[Vert.x Kotlin Examples] shows a few examples with Kotlin such a REST application,
Kotlin coroutines and usage of https://github.com/kotlintest/kotlintest[KotlinTest].
The link:kotlin-coroutines-examples/README.md[Kotlin coroutines example] is a sample JDBC application demonstrating Kotlin coroutines in action.

=== Mail examples

Expand Down
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions kotlin-examples/README.adoc

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<module>mqtt-examples</module>
<module>grpc-examples</module>
<module>kafka-examples</module>
<module>kotlin-examples/coroutines</module>
<module>kotlin-coroutines-examples</module>
<module>junit5-examples</module>
<module>web-api-service-example</module>
<module>cassandra-examples</module>
Expand Down

0 comments on commit 9ef8fb4

Please sign in to comment.