Setup (old) - Quillraven/Fleks GitHub Wiki

To use Fleks add it as a dependency to your project. In the snippets below you will see how to add the 1.6-KMP version. Adjust it to the release version that you want to use, ideally the latest of either JVM or KMP:

Apache Maven

<dependency>
  <groupId>io.github.quillraven.fleks</groupId>
  <artifactId>Fleks</artifactId>
  <version>1.6-KMP</version>
</dependency>

Gradle (Groovy)

implementation 'io.github.quillraven.fleks:Fleks:1.6-KMP'

Gradle (Kotlin)

implementation("io.github.quillraven.fleks:Fleks:1.6-KMP")

KorGE (will only work with KMP version)

dependencyMulti("io.github.quillraven.fleks:Fleks:1.6-KMP", registerPlugin = false)
⚠️ **GitHub.com Fallback** ⚠️