Sergey C.
Sergey C.
**Plugin version** 0.72.1-SNAPSHOT **Gradle version** 6.8.3 **Android Gradle Plugin (AGP) version** 4.2.0 **Describe the bug** If module `app` depends on module `lib1` but uses only typealiases declared in module `lib1`,...
I'm trying to implement a custom `ItemDecoration` to assign offsets for each item (somewhat similar to `FlexboxItemDecoration`). To calculate the offsets in `getItemOffsets` I need to know the relative position...
Makes it possible to apply google-services plugin on top of `build.gradle` without warning. Also simplifies Android plugin lookup and adds functional tests.
To use this syntax aka plugins DSL the plugin must have a corresponding marker artifact in one of the plugin repositories: ``` plugins { id 'com.google.gms.google-services' version '4.2.0' } ```...
- [x] I have read the [FAQ](https://github.com/Genymobile/scrcpy/blob/master/FAQ.md). - [x] I have searched in existing [issues](https://github.com/Genymobile/scrcpy/issues). **Environment** - OS: macOS - scrcpy version: 2.3.1 - installation method: brew - device model:...
## What feature would you like to see? Please open source the new Crashlytics Gradle plugin. ## How would you use it? I'd like to contribute some fixes to it.
Closes #19
metadata.xml produced by 0.13.0: ```xml unknown_unknown unknown unknown 1 2 unknown_unknown_dump.json /sdcard/screenshots/com.my.test/screenshots-default/unknown_unknown.png unknown_unknown.png /sdcard/screenshots/com.my.test/screenshots-default/unknown_unknown_0_1.png ``` metadata.json produced by 0.14.0: ```json [ { "absoluteFilesNames": [ "/sdcard/screenshots/com.my.test/screenshots-default/unknown_unknown", "/sdcard/screenshots/com.my.test/screenshots-default/unknown_unknown_0_1" ], "axIssues": "unknown_unknown_issues.json", "extras":...
### Context Espresso server has to be built with the correct versions of plugins, dependencies and signing keys that match the app it will be instrumenting. One way to do...
**Current behaviour** The annotations currently reside in the plugin artifact which has Kotlin compiler, KotlinPoet and Kotlin serialization among its dependencies, but annotations are supposed to be used in an...