From 56d6a6c2feb24f5f564d18357cec8cf58181fc25 Mon Sep 17 00:00:00 2001 From: Yongshun Shreck Ye Date: Fri, 6 Dec 2024 18:09:35 +0800 Subject: [PATCH] Add the compose-multiplatform-html-unified library --- libraries.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libraries.json b/libraries.json index e91dfb4..aa80efe 100644 --- a/libraries.json +++ b/libraries.json @@ -1258,5 +1258,10 @@ "github": "fleeksoft/ksoup", "category": "Utils", "maven": "https://repo1.maven.org/maven2/com/fleeksoft/ksoup/ksoup/" + }, + { + "github": "huanshankeji/compose-multiplatform-html-unified", + "category": "UI", + "maven": "https://repo1.maven.org/maven2/com/huanshankeji/compose-multiplatform-html-unified-material3/" } ]