https://kotlinlang.org logo
#spek
Title
j

jackmiras

06/27/2017, 1:52 AM
@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

raniejade

06/27/2017, 3:56 AM
jackmiras: can you paste the stacktrace? I’m no android but probably a proguard config issue?
j

jackmiras

06/28/2017, 1:15 PM
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

raniejade

06/29/2017, 4:07 AM
have you tried disabling proguard first? The stacktrace doesn’t really say anything.
2 Views