Why compileKotlin can’t find dependencies

Github

I’m including two module from files by gradle



But I can’t use the functions from it.

There is the error

> Task :compileKotlin FAILED
e: E:\Sponge\sponge-template\src\main\kotlin\org\example\spongetemplate\SpongeTemplate.kt: (4, 36): Unresolved reference: registerListener
e: E:\Sponge\sponge-template\src\main\kotlin\org\example\spongetemplate\SpongeTemplate.kt: (14, 25): Unresolved reference: registerListener