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:
<dependency>
  <groupId>io.github.quillraven.fleks</groupId>
  <artifactId>Fleks</artifactId>
  <version>1.6-KMP</version>
</dependency>implementation 'io.github.quillraven.fleks:Fleks:1.6-KMP'implementation("io.github.quillraven.fleks:Fleks:1.6-KMP")dependencyMulti("io.github.quillraven.fleks:Fleks:1.6-KMP", registerPlugin = false)