Does kotlin-main-kts support Maven repos? ~resolve...
# scripting
e
Does kotlin-main-kts support Maven repos? resolve maven
@DependsOn
or is it still Ivy for now? Like can we add maven repositories with the repo annotation?
i
It packs ivy resolver, but the ivy resolver supports maven repos as well. So you can add a maven repo with
@Repository
annotation, and default is Maven Central anyway.
e
Oh nice, I always thought maven wasnt supported. Thanks!