Jake Wharton
Jake Wharton
I tried to configure it but the publishing plugin we use doesn't want to honor it. Leaving it open for someone else to fight with.
This is resolved with the bump to 0.21.0 of the publish plugin (actually we bumped to 0.32.0, but the default was changed in 0.21.0).
You need to use a `use` on your sink. The buffered bytes are not being flushed. ```kotlin SystemFileSystem.sink( Path("$projectPath/newFile")).buffered().use { sink -> sink.write(bytes) } ```
You should also `use` the `source()`, to be clear, as you'll leak a file handle otherwise while the process is alive, but it doesn't impact the correctness of the copy,...
Hmm I thought I fixed this long ago. Maybe it regressed with 2.x?
AndroidX went to 19 a few months ago, and 21 in April. Bump on master, merge, and sit back while never needing to make another release?
Dupe of #1258?
If you try, you'll find that is actually not enough. More changes are required.
Here's what I'm doing: * [x] Move emoji's schema over * #2573 * [x] Port Swift to Kotlin for UIKit impl * #2581 * [x] Add Button * #2583 *...
No. The community will likely have to maintain one if they want one to exist.