KHex icon indicating copy to clipboard operation
KHex copied to clipboard

Kotlin library to handle hexadecimal value representations

Results 3 KHex issues
Sort by recently updated
recently updated
newest added

Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.8.10 to 1.9.0. Release notes Sourced from org.jetbrains.dokka's releases. 1.8.20 Beta Improvements Update Kotlin Gradle Plugin to 1.8.10 and Android Gradle Plugin to 4.1.3. Move the "Properties"...

dependencies

The recently released Kotlin 1.9 introduced HexFormat - let's see if this can replace this lib or at least parts of it https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.text/-hex-format/

Publish to npm / GitHub Packages npm registry, possibly using ['npm-pubish'](https://github.com/mpetuska/npm-publish) gradle plugin. Other resources about publication to npm: - Another less mature gradle plugin: ['kt-npm-publish'](https://github.com/gciatto/kt-npm-publish) - Gradle [deployment script](https://github.com/Kotlin/kotlinx.coroutines/blob/master/gradle/publish-npm-js.gradle)...

multi-platform