Róbert Papp

Results 940 comments of Róbert Papp

Fix is here: https://github.com/cashapp/paparazzi/pull/2106/files#diff-197fe329c4084290675667dd6b6194a6db2af00d5410525ad2d64bf4591d9b82L150-L159 @geoff-powell looking at the changes around there some of that could be merge-able to `master` to support both AGP 8.x and 9.x at the same time?

`jvmTarget` changes might be also viable on its own.

No blockers, just needed to be at the computer and not on my phone when I saw this 😅.

I tried with ```toml [versions] layoutlib = "2022.1.1-beta4" ``` ```groovy def tag = "refs/tags/studio-" + libs.versions.layoutlib.get() logger.warn('Cloning prebuilt layoutlib: this make take a few minutes...') grgit.clone { dir = repoDir...

> @AfzalivE in https://github.com/cashapp/paparazzi/pull/718#issuecomment-1545856960: I recently added the support for shallow clone in [grgit 5.2.0](https://github.com/ajoberstar/grgit/releases) (using the depth argument). Will specifying this also help speed up anything? Yeah, that will...

~Depends on https://github.com/cashapp/paparazzi/pull/841~ merged.

Friendly bump to please answer the questions at the bottom.

Not sure what the issue is, but I have a guess: do you depend on realm in any non-conventional way like compileOnly/runtimeOnly/etc, or is it just a simple implementation dep?

Tip: consider replacing the line `ktlint_standard_function-expression-body = disabled` with `ktlint_function_signature_body_expression_wrapping = always` in `.editorconfig`.