Lucas Mascaro
Lucas Mascaro
I'd like to bump this feature request, it would be really useful in my case. I have configuration files that are shared between multiple services. All services configurations have a...
Hi, do you plan to support this use case at some point? Thank you for your answer. :smiley:
Tried with the latest version (`5.6.1`) since #3400 got closed, but the problem persists with Kotlin `1.8.20`. Moreover it seems that the multiplatform Kotest plugin has a weird interaction with...
Nope, for now I simply do not use Kotest for my JS compilation and only test my JVM one
As far as I know you do not need any specific JS code to trigger the `generateTypeScriptDefinitions` problem, my JS compilation section in my build is as so if it...
Hi, There is a documentation for that use case [here](https://github.com/JetBrains/Exposed/wiki/DAO#many-to-many-reference). Here is a sample code that works for me to insert a many-to-many reference without fetching the DAOs first. ```kotlin...
That's weird, I checked again an I don't have this error, maybe double check your entity mapping ?
Well, a prototype of async support is coming to Exposed just now so my guess is that MPP support isn't coming any time soon.