mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-08 23:46:05 +00:00
784 B
784 B
🛠️ Getting Started
This library is lightweight, contributing just 140KB to the overall app size
in your module .kts
debugImplementation("io.github.openflocon:flocon:LAST_VERSION")
releaseImplementation("io.github.openflocon:flocon-no-op:LAST_VERSION")
in your Application.kt
// android initialization
Flocon.initialize(this)
// desktop / ios
Flocon.initialize()
[versions]
flocon = "LASTEST_VERSION"
[libraries]
flocon = { module = "io.github.openflocon:flocon", version.ref = "flocon" }
Download & install the last Desktop client