John O'Reilly
09/13/2024, 3:59 PMMuaz KADAN
09/13/2024, 6:26 PMjava.lang.NoSuchMethodError: 'void org.jetbrains.compose.resources.ResourceItem.<init>(java.util.Set, java.lang.String, long, long)'
Muaz KADAN
09/13/2024, 6:28 PMJohn O'Reilly
09/13/2024, 6:29 PMMuaz KADAN
09/13/2024, 6:31 PMKonstantin Tskhovrebov
09/13/2024, 6:32 PMMuaz KADAN
09/13/2024, 6:33 PMJohn O'Reilly
09/13/2024, 6:33 PMdylan
09/13/2024, 6:45 PMdylan
09/13/2024, 6:47 PMJohn O'Reilly
09/13/2024, 6:47 PMJohn O'Reilly
09/13/2024, 7:00 PMdylan
09/13/2024, 7:01 PMJohn O'Reilly
09/13/2024, 7:02 PMdylan
09/13/2024, 7:02 PMdylan
09/13/2024, 7:03 PMJohn O'Reilly
09/13/2024, 7:04 PMJohn O'Reilly
09/13/2024, 7:05 PMJohn O'Reilly
09/13/2024, 7:05 PMdylan
09/13/2024, 7:06 PMJohn O'Reilly
09/13/2024, 7:06 PMdylan
09/13/2024, 7:08 PMdylan
09/13/2024, 7:09 PMJohn O'Reilly
09/13/2024, 7:11 PMJohn O'Reilly
09/13/2024, 7:14 PM./gradlew :androidApp:updateDebugScreenshotTest
for exampledylan
09/13/2024, 7:14 PMJohn O'Reilly
09/13/2024, 7:14 PMJohn O'Reilly
09/13/2024, 7:16 PMdylan
09/13/2024, 7:17 PMdylan
09/13/2024, 7:17 PMdylan
09/13/2024, 7:19 PMdylan
09/13/2024, 8:32 PMbuildFeatures {
buildConfig = false
compose = true
}
John O'Reilly
09/14/2024, 10:05 AMjava.lang.NoSuchMethodError: 'void org.jetbrains.compose.resources.ResourceItem.<init>(java.util.Set, java.lang.String, long, long)'
John O'Reilly
09/14/2024, 11:10 AMupdateScreenshotTests
gradle task
If you swap around following in PlayerDetailsViewShared
then it works
PlayerStatView(stringResource(Res.string.team), player.team)
/PlayerStatView("Team", player.team)
John O'Reilly
09/15/2024, 5:09 PM0.0.1-alpha07
release of screenshot testing plugin on Friday....it doesn't fix the issue but at least it does report a failure when this happensJohn O'Reilly
09/29/2024, 9:04 AMJohn O'Reilly
11/19/2024, 7:44 PMJack
03/07/2025, 3:13 PM