Does the IDE main kts support maven dependencies or am I doing something wrong here. Iād like to resolve and use some dependencies from maven but even with auto reload enabled, I still cant access the classes ā¦.
Copy code
@file:Repository("<https://repo.maven.apache.org/maven2/>")
@file:DependsOn("com.github.ajalt.clikt:clikt:3.5.0")
class FooCommand : CliktCommand() {
}