NilsK
NilsK
Anything new here? I have to use this plugin because of Kotlin mobile Multiplattform. Same issue as described for me. I have following ruby version: ``` ruby -rrbconfig -e 'puts...
Thanks @krishnakumar4a4 for the solution but this can not be way how to solve it. Especially on the M1 Macs there are only ARM builds of the new versions. Furthermore,...
Hi @AresProductions, but this only works if you are using the old ruby version. Not the new one (>= 3.0.0) I meant a completely different problem and unfortunately it is...
@vmihailenco Thank you! But how do I know what the interface looks like? So I only know the table name.
Unfortunately, not a public one. The idea is to generate data quite dynamically. Let's assume I have the table "User". This consists of: id: String, name: String, age: Int Now,...
> If anyone wants to try out nested application modules, please refer to `1.3.0-GH-578-SNAPSHOT`. If you now place `@ApplicationModule` in packages nested inside a module (implicitly or explicitly declared) this...