Currently, the sources and javadoc are not published to maven. simply adding ```kotlin java { withSourcesJar() withJavadocJar() } ``` to `build.gradle.kts` will publish the sources.