Sort of a Gradle question more than Kotlin, but ho...
# announcements
u
Sort of a Gradle question more than Kotlin, but how can I tell Gradle to build me a JAR that doesn't have a main class specified? I've written a library, so it isn't executable, but Gradle complains if I don't specify a main class.