I'm trying to implement java.util.Base64 class because I need doing Base64 encoding in
.
I tried doing it on 0.4.3 tag version, but I see that pom.xml files have a 1.0-SNAPSHOT version there. Of course, when I use 0.4.3 version, my changes are not there.
I also tried making the changes on master, 0.5.0-SNAPSHOT version (I needed to change my ResourceSupplier implementation), but I get this error:
java.lang.NoSuchMethodError: org.teavm.vm.spi.TeaVMHost.getExtension(Ljava/lang/Class;)Lorg/teavm/vm/spi/TeaVMHostExtension;
Might it be some version incompatibility due to Gradle plugin usage? Is there some tag/branch that I can use to build 0.4.2 ?
Thanks
Lautaro