Mina-

Results 4 issues of Mina-

### Is there an existing issue? - [x] I have searched [existing issues](https://github.com/objectbox/objectbox-java/issues) ### Use case In kotlin, when processing entity, Plugin won't check/validate imports of converter so when error...

enhancement

Hello community! I'm currently using Kotlin Multiplatform to provide dedicated purpose softwares, and I've implementated an automatic software update by just executing the installer generated by the options below: ```kotlin...

enhancement
native distribution

Hello, I was about to use kotlin-jdsl with Room on Android(Of course I know that SQLite support isn't even on the roadmap yet), and a question came up, so I...

question

I've created an error handler, and they won't affected by `CorsDecorator` I've attached... ```kotlin Server.builder().apply { errorHandler(ServiceExceptionHandler()) errorHandler(UniversalFailureHandler()) errorHandler(UniversalIgnoreHandler()) errorHandler(UniversalExceptionHandler()) http(14000) decorator(corsDecorator) } ``` In this situation, cors won't do...

new feature
sprint