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