app.cash.sqldelight:native-driver:2.1.0 not found? #5919
-
|
Hi and thanks for any help Why would this line in any of my
I have tried versions 2.0.1, 2.0.2 too, and I have obviously included sqlDelight in plugins block in the same file: All other modules (i.e. Any idea? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Looks like it is because the run cli command to see more details You can see some example projects if you search in |
Beta Was this translation helpful? Give feedback.
Looks like it is because the
native-driveris published as a non-JVM dependency and can only be used in a native module -:composeApp:desktopDev:is JVMrun cli command to see more details
./gradlew build --infoYou can see some example projects if you search in
https://github.com/search?q=app.cash.sqldelight%3Anative-driver%3A2.1.0&type=code