We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cedae4c
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") } } } }