From 2de6bae55d39b4e0c22e3a11a819ca222ff35c9b Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Sat, 24 Sep 2022 11:23:32 +0200 Subject: [PATCH] docs: clarify compatibility --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2cf5e66..13c299c 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,9 @@ fun MyComposable(model: MyModel) { } ``` +> **Note**: The `quitte-compose` module targets Java 17 bytecode and is +> currently only supported for [Compose for Desktop](https://www.jetbrains.com/lp/compose-mpp/). + ### Quitte extensions for kotlinx.coroutines