Marcin Robaczyński
Marcin Robaczyński
Research about searching through internal nexus repositories added by a user (or fetched from repos declared in build.gradle files)
### Important/breaking changes: - Updated Kotlin plugin to `1.6.21` - required as newer ktlint is compiled with Kotlin `1.7.0` and the build fails due to it being incompatible with `1.5.21`...
Hi! 👋 I know that it's not directly related to running Macrobenchmarks but maybe someone has run into a similar issue with [Firebase Test Lab](https://github.com/android/performance-samples/tree/main/MacrobenchmarkSample/ftl). My configuration is pretty basic,...
Hi! Just tried out Gradle 8.6 with `gradle/actions/setup-gradle@v3` and it seems like a `build-conventions` (https://docs.gradle.org/current/samples/sample_sharing_convention_plugins_with_build_logic.html) related task input change is preventing my configuration-cache from being reused. They do seem to...
### Question Hi! We've been discussing with our team what should be the preferred sampling rate for `DataDogInterceptor`. We do track all of our sessions in RUM (`internal const val...
Sorry for opening up a dummy PR, I have no idea how to reach out to you otherwise. I've noticed that consumer proguard rules within `core` artifact contain the following...
## Summary Hey Stripe team, we're seeing the following crash: ``` Fatal Exception: java.lang.IllegalArgumentException: Contents of /data/user/0/com.whatnot_mobile/cache/a8bcf0129dcd29084f6797ede7e0be86f9e11ed5.tflite does not encode a valid TensorFlow Lite model: Could not open '/data/user/0/com.whatnot_mobile/cache/a8bcf0129dcd29084f6797ede7e0be86f9e11ed5.tflite'. The...
Built on top of https://github.com/jraska/modules-graph-assert/pull/318 for easier libraries and plugins management. This PR add support for running Gradle API related lint checks, which will help with supporting newer versions of...
Migrate the project to Gradle's [Version Catalogs](https://docs.gradle.org/current/userguide/version_catalogs.html). This streamlines adding/updating dependencies and reduces `build.gradle` files size complexity.