Flocon/docs/setup.md
Raphael Teyssandier 9659845cdc
Some checks failed
docs / deploy (push) Has been cancelled
feat: Setup
2025-11-27 19:37:47 +01:00

784 B

🛠️ Getting Started

This library is lightweight, contributing just 140KB to the overall app size

in your module .kts

Maven Central

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

https://github.com/openflocon/Flocon/releases