So I have a project with jvm and js targets so I’m...
# squarelibraries
r
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?
I just want to use SQLDelight for my DB on the backend target
e
I can’t see why you shouldn’t be able to use different Kotlin plugins in different modules
What kind of errors are you getting?