gojuno / koptional

Minimalistic Optional type for Kotlin that tries to fit its null-safe type system as smooth as possible.
Apache License 2.0
289 stars 21 forks source link

Move from Gradle Groovy DSL to Kotlin DSL #39

Closed arturdryomov closed 2 years ago

arturdryomov commented 4 years ago

Everything seems to work. Of course the publishing part I’ve checked locally, not in production.

Fun fact — the JavaDoc artifact is blank. The JAR doesn’t have anything. This is reasonable, the Gradle JavaDoc task works for Java projects, not Kotlin ones. Seems like the documentation was fetched from the source code artifact by the IDE all this time. For now I’ve removed the documentation packaging, will take a look at Dokka later.

PTAL @artem-zinnatullin @dmitry-novikov