A multiplatform-friendly common utility module targeting code flexibility.
You can find information about how to use this library in the classes' documentation! We will go into more details as soon our website is ready.
replace x.y.z with the latest version
Gradle (Kotlin DSL)
repositories { maven(url = "https://s01.oss.sonatype.org/content/repositories/snapshots/") { name = "SonatypeSnapshots" } } dependencies { implementation("org.hexalite", "mechanism-core", "x.y.z") // arrow extensions, if needed implementation("org.hexalite", "mechanism-extension-arrow", "x.y.z") }