I am wrapping the Estimote Beacons SDK... I started with V1 (completeky based on Java).
It is already working (not finished).
They now released a V2 of their SDK
In V2 they now have splitted the SDK into smaller parts (similar to google
). Every part is available as a AAR.
https://jcenter.bintray.com/com/estimote/
In some of the extracted classes.jar i found the info that it is based on a .kt source. So, some of the parts are still based on java. Other parts are based on Koitlin in the V2 Release.
I use the extracted classes.jar inside Eclipse to buil the wrapper (seems to work fine; i can "see" the Objects resp. i can add the right import.). I also can complete writing the wrapper and SLC did compile successfully. Including the "new wrapper-classes". So from this point it seems to work.
Will this work with B4A? Can B4A use this AAR-Files which are based on Koitlin sources but are available as AAR? And the wrapper around the koitlin AAR files is written in Java by me.