For that, I am creating a JMIX Rest Service Application Project. But I am getting an error saying - “Project with path ‘:core-starter’ could not be found in root project” in build.gradle inside dependencies.
Maybe it’s a bug of Jmix Rest Service Application template, please replace implament project(':core-starter') with implementation 'io.jmix.core:jmix-core-starter' in build.gradle ,then it should work.