I'm using the 7.32.0.Final
version from maven https://mvnrepository.com/artifact/org.drools/drools-compiler
Steps to reproduce:
Add implementation 'org.drools:drools-compiler:7.32.0.Final' inside your build.gradle file.
A quickly test of this is by using KieServices.Factory.get(); in your activity and see if has a value.
Unforntunately KieServices.Factory.get(); always returns null.
Tips to keep in mind:
- When I create a Jboss Drool project with IntellijIDEA everything works fine.
- Unfortunately most samples are written in java with maven instead of gradle.
- The best sample from the owners is the following https://github.com/kiegroup/droolsjbpm-integration/tree/master/drools-examples-android