This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Description
After cloning the project I tried to run the tests with ./gradlew test but it continues to throw a 'ArrayIndexOutOfBoundsException`
Davids-MBP-2:kotlin-koans david$ ./gradlew test
e: java.lang.ArrayIndexOutOfBoundsException: 450
at org.jetbrains.org.objectweb.asm.ClassReader.readUnsignedShort(ClassReader.java:2464)
at org.jetbrains.org.objectweb.asm.ClassReader.readUTF8(ClassReader.java:2525)
at org.jetbrains.org.objectweb.asm.ClassReader.readModule(ClassReader.java:761)
at org.jetbrains.org.objectweb.asm.ClassReader.accept(ClassReader.java:646)
at org.jetbrains.org.objectweb.asm.ClassReader.accept(ClassReader.java:507)
...
Mac 10.13.3
Android Studio 3.1.3
JDK 1.8