You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
After cloning the project I tried to run the tests with
./gradlew test
but it continues to throw a 'ArrayIndexOutOfBoundsException`Mac 10.13.3
Android Studio 3.1.3
JDK 1.8
The text was updated successfully, but these errors were encountered: