amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Updates the dokka gradle plugin to a stable release version #77

Closed popematt closed 2 years ago

popematt commented 2 years ago

Issue #, if available:

N/A

Description of changes:

The Dokka task wasn't working for me when I tried to run ./gradlew publish for the 1.0.0 release, so I fixed it by updating the Dokka Gradle plugin.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.