<@U0RNPHX0X> this android-junit5 repository appare...
# spek
j
@raniejade this android-junit5 repository apparently works but I'm still getting a error called:
Copy code
Error:Gradle: Execution failed for task ':app:transformClassesAndResourcesWithProguardForDebug'.
> Job failed, see logs for details
r
jackmiras: can you paste the stacktrace? I’m no android but probably a proguard config issue?
j
Hey man, sorry abou the delay... the stacktrace is the following: https://codeshare.io/aVvJd3
Also this is my build.gradle file: https://codeshare.io/GbJ4oO My app/build.gradle file: https://codeshare.io/alvXlB My test class: https://codeshare.io/5g6qp8
Yesterday I was trying to figure how make Spek work on my Android project and I forgot to answer you 😅
r
have you tried disabling proguard first? The stacktrace doesn’t really say anything.