Egor Andreevich
Egor Andreevich
Hi, and thanks for an awesome library! The library declares `@drawable/ic_launcher` as the `application:icon` inside the Manifest, so it's necessary to add `tools:replace="android:icon"` to satisfy the merger. It's safe to...
Kluent is great for its assertions, and mocking features seem secondary to the library's purpose. Additionally, using both Kluent and `mockito-kotlin` is confusing, as it leads to a very long...
I was looking for a way to configure the plugin to output the failure report into the console, that'd be very helpful on CI. Currently I'd just do: ``` after_failure:...
I'm trying to update [Okio](https://github.com/square/okio/pull/654) to Gradle 5.6.1 and getting the follow failure when running `japicmp`: ``` > Task :okio:jvm:japicmp:japicmp FAILED FAILURE: Build failed with an exception. * What went...
When the code that was previously compiled against Java 7 is being compiled against Java 6, Japicmp reports class file version incompatibility: ``` Comparing binary compatibility of against ***! MODIFIED...
### Describe the bug We're using Bugsnag's Gradle plugin in combination with [gradle-play-publisher](https://github.com/Triple-T/gradle-play-publisher), that creates a set of `publish` tasks which we use to publish bundles to Play store. Here's...
I was hoping enums are supported, as they're a better alternative to ints for enumerations.
### [READ] Step 1: Are you in the right place? Issues filed here should be about bugs in __the code in this repository__. If you have a general question, need...