add Class
fun addClass(className: String, configure: MutableClassReference.() -> Unit = { }): MutableClassReference
Adds and configures a new class entry in this classpath. This class will be packaged in the resulting JAR file.
Adds and configures a new class entry in this classpath. This class will be packaged in the resulting JAR file.