dragome/dragome-sdk

Primitive Array class

Opened this issue · 1 comments

Hi.

Does dragome support primitive arrays ?
Example:
int[].class

console log show this error: ClassNotFoundException - int[]

javascript code is: java_lang_Class.$forName___java_lang_String$java_lang_Class("int[]");

Hi Natan, Dragome does support primitive array but it seems that forName method for them is not working. I'll fix it soon. thanks for the feedback.