-
We are migrating our backend software from Java to Kotlin, and are considering using MicroStream as our data storage mechanism. We assume that MicroStream should work well with Kotlin because of its compatibility with Java. Any limitations and issues we need to be aware of? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The only currently known limitation is that the immutable collections of Kotlin are not supported. We need to provide special TypeHandlers for these. But, besides that, Kotlin works fine. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your prompt response.
Regards,
VN
…On Mon, Nov 8, 2021 at 11:55 PM fh-ms ***@***.***> wrote:
The only currently known limitation is that the immutable collections of
Kotlin are not supported. We need to provide special TypeHandlers for
these. But, besides that, Kotlin works fine.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#274 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABHUQ7PXCEJJ5QRLUH4FGMTUK7XIFANCNFSM5HR7P27Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
The only currently known limitation is that the immutable collections of Kotlin are not supported. We need to provide special TypeHandlers for these. But, besides that, Kotlin works fine.