So I have a project with jvm and js targets so I’m forced to use multiplatform because you can’t seem to have jvm and js kotlin plugins in separate subprojects of the same project or something. Now, how do I use sqldelight just for one target?
ribesg
09/25/2019, 12:45 PM
I just want to use SQLDelight for my DB on the backend target
e
egorand
09/25/2019, 5:18 PM
I can’t see why you shouldn’t be able to use different Kotlin plugins in different modules