Open dineshvg opened 2 months ago
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?
+1 to @TWiStErRob comment. Also can you provide a sample project to reproduce the issue?
Description I have a kotlin multiplatform project where: realm = 2.3.0 kotlin = 2.0.20 paparazzi = 1.3.5-SNAPSHOT
Steps to Reproduce I try to run the ./gradlew recordPaparazziDebug or the verify step and I get the error
Expected behavior I would like to know if there is some issue or link between realm and paparazzi and if this is an issue that has happened to others too?
Additional information: