-
Notifications
You must be signed in to change notification settings - Fork 20
Setup (old)
Simon edited this page Sep 26, 2022
·
1 revision
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)