diff --git a/README.adoc b/README.adoc
index d630145eb..0579648c5 100644
--- a/README.adoc
+++ b/README.adoc
@@ -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
diff --git a/kotlin-examples/coroutines/README.md b/kotlin-coroutines-examples/README.md
similarity index 100%
rename from kotlin-examples/coroutines/README.md
rename to kotlin-coroutines-examples/README.md
diff --git a/kotlin-examples/coroutines/pom.xml b/kotlin-coroutines-examples/pom.xml
similarity index 100%
rename from kotlin-examples/coroutines/pom.xml
rename to kotlin-coroutines-examples/pom.xml
diff --git a/kotlin-examples/coroutines/src/main/kotlin/movierating/App.kt b/kotlin-coroutines-examples/src/main/kotlin/movierating/App.kt
similarity index 100%
rename from kotlin-examples/coroutines/src/main/kotlin/movierating/App.kt
rename to kotlin-coroutines-examples/src/main/kotlin/movierating/App.kt
diff --git a/kotlin-examples/coroutines/src/main/kotlin/movierating/main.kt b/kotlin-coroutines-examples/src/main/kotlin/movierating/main.kt
similarity index 100%
rename from kotlin-examples/coroutines/src/main/kotlin/movierating/main.kt
rename to kotlin-coroutines-examples/src/main/kotlin/movierating/main.kt
diff --git a/kotlin-examples/coroutines/src/main/kotlin/movierating/utils.kt b/kotlin-coroutines-examples/src/main/kotlin/movierating/utils.kt
similarity index 100%
rename from kotlin-examples/coroutines/src/main/kotlin/movierating/utils.kt
rename to kotlin-coroutines-examples/src/main/kotlin/movierating/utils.kt
diff --git a/kotlin-examples/README.adoc b/kotlin-examples/README.adoc
deleted file mode 100644
index cb57064f5..000000000
--- a/kotlin-examples/README.adoc
+++ /dev/null
@@ -1,7 +0,0 @@
-= Vert.x Kotlin Examples
-
-Here you can find the Vert.x https://kotlinlang.org/[Kotlin] examples
-
-== Coroutines examples
-
-The link:coroutines/README.md[Kotlin coroutines example] is a sample JDBC application demontrating Kotlin coroutines.
diff --git a/pom.xml b/pom.xml
index 485af7268..8defb20e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@
mqtt-examples
grpc-examples
kafka-examples
- kotlin-examples/coroutines
+ kotlin-coroutines-examples
junit5-examples
web-api-service-example
cassandra-examples