Róbert Papp

Results 940 comments of Róbert Papp

@jrodbx I think the answer is that the android.jar that is by default on the classpath is only structurally equivalent to layoutlib/real Android. Therefore it does not contain any clinit...

I had a quick look out of curiosity, I haven't got too far, but here's my thoughts anyway: Investigation Looking at the HTML and expanding first tree element fully I...

I dug much deeper into the problems listed here are some findings: 1. Each warning could be addressed individually leading overall more idiomatic Gradle plugin design, almost all the changes...

I think another root cause of this error seems to be that Maven Publish plugin is partially supported. https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:plugins:core ![image](https://github.com/gradle-nexus/publish-plugin/assets/2906988/0f37e6f1-bd78-4b10-8b3f-0ba371491dbd) They might be referring to this problem with that warning...

Update: https://github.com/gradle/gradle/issues/22779 is scheduled for Gradle 9 (for now).

First bullet (partially) fixed in https://github.com/google/dagger/releases/tag/dagger-2.56

Is there a tracking issue for this in issuetracker? It feels like Robolectric is the wrong forum for this and we need AGP fix?

> We use paparazzi to verify composables without producing screenshots @ansman Does this mean you're using in place of Robolectric? > My thought process to fix this issue is to...

Based on [the code](https://github.com/mockk/mockk/blob/79abc96d3235710d61beaf677ea1349ba12eea0c/buildSrc/src/main/kotlin/buildsrc/convention/mockk-publishing.gradle.kts#L17) I thought this was already done... but then I saw that only a few versions were randomly there: https://oss.sonatype.org/content/repositories/snapshots/io/mockk/mockk/ I really wish there was an easy...

On a heavy emulator CI it went from 27 minutes to 17 minutes.