David Whetstone

Results 19 comments of David Whetstone

I've received the same error. Re-running with `--verbose` didn't reveal anything I could use, so I modified the code to dump the response and saw this: ``` INFO [2022-05-31 10:49:56.38]:...

In case anyone's interested, I've attempted a fix for this in [my fork](https://github.com/humblehacker/kotlin-composable-architecture/commit/744b7e6f9957fe61a5b595428cd5d8d85d6e5f2e).

I second this request. It would provide a workaround for issue #4 (expectations).

I was getting exactly the same error when updating a project despite being on Kotlin 1.4.10. I had to replace this: ```gradle implementation "org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.11.1" ``` with this: ```gradle implementation "org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.1"...

I have the same problem. I also have a separate module for database stuff. I've found that if I add the sqldelight plugin to both modules while keeping the sqldelight...

So I went spelunking around in the SQLDelight gradle plugin source to see if I could find how adding the plugin to my shared project solved the linking problem. Then...

This fix has been working for me. Any chance we can get this merged?

I can confirm that @pebble8888's fix works.

It was a short project. Really only spent a few days on it. I can't imagine it would be too hard to resurrect. Are you offering to try? :)

This change seems very useful. Is there anything that we can do to get this pull request merged?