I have a weird issue, I have `compileJava` complai...
# getting-started
e
I have a weird issue, I have
compileJava
complaining that one method doesn't exist
error: cannot find symbol
byte[] raw = array.toType(DataType.UINT8, false).toUint8Array();
that methods returns
UByteArray
, if I switch type, eg to
ByteArray
, no problems Shouldn't
UByteArray
expose the underlying classes to Java?