Error: package myplugin does not exist

I want to make some plugin that has dependency plugin.
In intellij gradle I’ve added the dependency plugin (in external library). I can access that library.

but when I build project, It show an error like this.

Task :compileJava FAILED
error: package my.dependency.plugin does not exist

It seems the library does not exist in complieState/build state.

How can I build the project with dependency ?

Please help me.

Sure so whats the plugin? And whats your current build.gradle file?

1 Like

Thank for you care! I’ve solved it already!