Egor Andreevich
Egor Andreevich
@toSilence I'm facing the same problem and I can't get my head around your solution. I use a `ListView` with `FloatingActionMenu` on top, all inside a `CoordinatorLayout`. So in your...
Thanks @yousif-bugsnag. I filed an issue against gradle-play-publisher, hoping to hear from the maintainers: https://github.com/Triple-T/gradle-play-publisher/issues/940.
Any updates on this issue? It's currently blocking us from being able to upgrade to Gradle 7.
I'm gonna close this issue as it doesn't seem like we'll be taking any action here. Please feel free to reopen if necessary!
Hi @cmelchior and thanks for the response, Enums can easily be converted into simple ints and back, I think typedefs are the closest feature that Objective-C provides (my knowledge of...
I also recently noticed that at some point Dokka dropped support for Javadoc publication in multiplatform projects (https://github.com/Kotlin/dokka/issues/1753). Don't recall which version of Dokka Okio uses, but maybe this is...
We should file this against either Dokka or MkDocs.
If you're using Gradle metadata it should be able to resolve `okio` to the dependency specific to the project platform, which will be `okio-jvm` for a Java project. With Maven,...
CC @bnorm The tests seem to have the tolerance threshold, which even though seems reasonable enough still doesn't prevent tests from failing. It also feels quite large in correlation with...
Additionally, I'm considering `@Ignore`-ing the entire test file to unblock OSX builds on Travis, which unblocks my work on Wire - any objections?