1 jar, 1 Android binary and 1 ios binary

Hi,

ObjectBox comes with jar files and android and ios binary…

how should I place this files in MOE files structure there? Any specific area?

Thanks guys

Add jar as dependency in gradle as all other java projects, then add a custom LDFLAGS in xcode project to link the ios binary to the main executable like what libgdx did:

i see… thanks for the info.