Jake Wharton
Jake Wharton
A workaround for now is to move the SQL Delight usage into its own module with only the targets on which you need it. Then, in the consuming module, have...
The PR action tries to set env vars for publishing which are unavilable.
I filed an issue about this forever ago https://issuetracker.google.com/issues/37053542. Maybe I'll file a new one since it's still a problem. We can bump to minSdk 19, but why should we?
I don't write any Java anymore, but I'd take a PR for support of a list of custom annotation qualified names.
I'm on Mac. I can try to write a repo. I suspect two echos each having half the sync marker with a sleep in between might do it.
Might be useless/pointless until https://youtrack.jetbrains.com/issue/KT-69701 is fixed
Or maybe we need a `Source.readInternalBuffer` for symmetry with `Sink.writeInternalBuffer`?
> Now it clear that there's no other way to implement a custom extension reading/writing something from `Sink`/`Source` other than by accessing the `buffer`, so it might be worth also...