Open elincognito opened 6 years ago
yes you can do ./build.sh product
But if you just want runtime you can simply use my fork which can be easy included in Gradle file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.hannesa2:mechanoid:2.5'
}
I have an old project using mechdb and mechnet in need of update, I need to generate the mechanoid class's for it is there anyway i can still do it ?