Project with path ':core-starter' could not be found in root project

I am trying to create REST API using JMIX.

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.

I have the same issue.

Try JMIX version 1.2.1 and JDK Oracle 1.8

It resolved my issue.

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.

1 Like

Yes, it’s a bug in v.1.2.3, fixed in https://github.com/jmix-framework/jmix/issues/729, will be available next week.

1 Like