loadDependencies

abstract fun loadDependencies(mavenResolver: MavenResolver?)

Loads the dependencies for the module. You should use the MavenResolver to add dependencies and repositories to the classpath.

You should never need to shade dependencies into your shard jarfile. Use this whenever possible to keep your shard lightweight.

Parameters

mavenResolver

The maven resolver to use.