Setup
This library is distributed via maven central.
Add dependencies like following to use this library inside your project.
Simply add the dependencies inside your build.gradle.kts file.
Define the dependencies inside your libs.versions.toml file.
libs.versions.toml
[versions]
demoComposables = "<LATEST-VERSION>"
[libraries]
demoComposables = { module = "io.github.mflisar.democomposables:library", version.ref = "demoComposables" }
And then use the definitions in your projects like following: