From 262ffd873e8c82564fa4e44662f06b3b74fb2c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Tue, 29 Nov 2022 14:30:48 +0100 Subject: [PATCH] docs: add kotlin modules to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 80cc32b4..91a06122 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,10 @@ The code is based on a (W.I.P) paper that can be found [here](https://github.com - **cloud-core**: Core module containing most of the cloud API, and shared implementations - **cloud-annotations**: Annotation parsing code that allows you to use annotated methods rather than builders - Now also includes several compile-time annotation processors -- **cloud-services**: Services for Cloud +- **cloud-services**: Services for cloud +- **cloud-kotlin/cloud-kotlin-extensions**: Kotlin extensions for cloud +- **cloud-kotlin/cloud-kotlin-coroutines**: Coroutine support for cloud +- **cloud-kotlin/cloud-kotlin-coroutines-annotations**: Coroutine support for cloud-annotations - **cloud-minecraft/cloud-brigadier**: Brigadier mappings for cloud - **cloud-minecraft/cloud-bukkit**: Bukkit 1.8.8+ implementation of cloud - **cloud-minecraft/cloud-paper**: Module that extends cloud-bukkit to add special support for Paper 1.8.8+