Skip to content

Commit 9bbba1b

Browse files
Make KtTypeTag public
1 parent 284cede commit 9bbba1b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk-serde-kotlinx/src/main/kotlin/dev/restate/serde/kotlinx/KotlinSerializationSerdeFactory.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ constructor(
4949
}
5050
}
5151

52-
@PublishedApi
53-
internal class KtTypeTag<T>(
52+
class KtTypeTag<T>(
5453
val type: KClass<*>,
5554
/** Reified type */
5655
val kotlinType: KType?

0 commit comments

Comments
 (0)