From e82c4b209159e90f1e29676f131a83fbbb0de2f5 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Fri, 14 Oct 2022 16:56:21 +0200 Subject: [PATCH] Common code initial --- src/commonMain/kotlin/nl/astraeus/komp/HtmlBuilderCommon.kt | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/commonMain/kotlin/nl/astraeus/komp/HtmlBuilderCommon.kt diff --git a/src/commonMain/kotlin/nl/astraeus/komp/HtmlBuilderCommon.kt b/src/commonMain/kotlin/nl/astraeus/komp/HtmlBuilderCommon.kt new file mode 100644 index 0000000..85d0fd3 --- /dev/null +++ b/src/commonMain/kotlin/nl/astraeus/komp/HtmlBuilderCommon.kt @@ -0,0 +1 @@ +package nl.astraeus.komp