From d6809882743087a8ada5d9a1e9161c38408d6ba6 Mon Sep 17 00:00:00 2001 From: Hiroyuki Kusu Date: Mon, 25 May 2026 17:35:15 +0900 Subject: [PATCH] Make KomaStoreDsl public --- .../commonMain/kotlin/io/github/komakt/koma/core/Annotations.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koma-core/src/commonMain/kotlin/io/github/komakt/koma/core/Annotations.kt b/koma-core/src/commonMain/kotlin/io/github/komakt/koma/core/Annotations.kt index ede7ce4..1e259d9 100644 --- a/koma-core/src/commonMain/kotlin/io/github/komakt/koma/core/Annotations.kt +++ b/koma-core/src/commonMain/kotlin/io/github/komakt/koma/core/Annotations.kt @@ -37,4 +37,4 @@ annotation class InternalKomaApi @DslMarker @Retention(AnnotationRetention.BINARY) @Target(AnnotationTarget.CLASS) -internal annotation class KomaStoreDsl +annotation class KomaStoreDsl