https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
l

Loïc Lamarque

09/25/2023, 9:21 PM
Hello! I hope everyone is doing good. I've been working for the last 2 years on Kotools Types, a Kotlin multiplatform library providing explicit types like
NotBlankString
or
NonZeroInt
that might interest you for: • ensuring that your data is valid through all your application • striving for totality by reducing the possible inputs or outputs • reducing runtime check to compile-time ones by using the compiler effectively. I would like to get some feedback about what's good or bad in that project for improving it with our lovely Kotlin community. The JetBrains team also created a #kotools-types channel that you can join for discussing about this project. Thank you for your time and consideration! 🙏🏽
👍 2
3 Views