Skip to content

1.0.0

Choose a tag to compare

@thelipe7 thelipe7 released this 29 Jun 17:21

Installation

Available on Maven Central. Add the dependency to your Kotlin/Native source set:

repositories {
    mavenCentral()
}

kotlin {
    sourceSets {
        nativeMain {
            dependencies {
                implementation("io.github.kyyana:kogger:1.0.0")
            }
        }
    }
}