Cant run my application

I’ve reproduced the problem from another forum discussion: Help me, Cant run my application.

Try to add the following dependency to your build.gradle file:

dependencies {
   ...
   implementation("io.jmix.ui:jmix-ui-widgets")
}

If your widget compilation still fails, please, share your build.gradle file.

1 Like