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