I'm stuck trying to work with a Maven dependency from a Gradle project, and haven't been able to find any resources on what is missing. The dependency is in Maven Central, and I've added the dependency to my build.gradle.kts file. The project compiles with this fine (and it does seem to actually find the dependency). But I'm unable to import any of the modules in my code. Is there some step I'm missing?