Add Color conversion options (add hsla -> hex)

This commit is contained in:
2021-07-08 16:15:42 +02:00
parent 9e43f5b746
commit adec3b21b0
4 changed files with 10 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ plugins {
}
group = "nl.astraeus"
version = "0.4.25"
version = "0.4.27"
repositories {
maven { setUrl("https://dl.bintray.com/kotlin/kotlin-eap") }