Skip to content

Latest commit

 

History

History
138 lines (96 loc) · 5.51 KB

README.md

File metadata and controls

138 lines (96 loc) · 5.51 KB

Equinox Compose

v1.0.7

Static Badge Static Badge Static Badge Static Badge

Utilities for Compose Multiplatform applications such components, apis for all supported platforms

Temporarily workaround

Because conflicting dependencies due the Equinox-Compose migration as module, at the moment, to use correctly this library instead the old one you need to exclude it from you configuration if you're targeting android's target, add this in your build.gradle.kts file:

configurations.all {
  exclude("io.github.n7ghtm4r3", "Equinox-Compose-android")
}

Implementation

Version catalog

  • libs.version.toml
[versions]
equinox = "1.0.7"

[libraries]
equinox-compose = { module = "io.github.n7ghtm4r3:equinox-compose", version.ref = "equinox" }
equinox-core = { module = "io.github.n7ghtm4r3:equinox-core", version.ref = "equinox" }
  • build.gradle.kts
dependencies {

    // implement the compose utilities
    implementation(libs.equinox.compose)

    // implement the core utilities
    implementation(libs.equinox.core)
}

Gradle (Kotlin)

dependencies {
    
    // implement the compose utilities
    implementation("io.github.n7ghtm4r3:equinox-compose:1.0.7")
    
    // implement the core utilities
    implementation("io.github.n7ghtm4r3:equinox-core:1.0.7")
}

Gradle Groovy

dependencies {
   
    // implement the compose utilities
    implementation 'io.github.n7ghtm4r3:equinox-compose:1.0.7'
    
    // implement the core utilities
    implementation 'io.github.n7ghtm4r3:equinox-core:1.0.7'
}

APIs available

The other apis will be gradually released

Components available

The others components will be gradually released

Support

If you need help using the library or encounter any problems or bugs, please contact us via the following links:

Thank you for your help!

Badges

Twitter

Donations

If you want support project and developer

Crypto Address Network
3H3jyCzcRmnxroHthuXh22GXXSmizin2yp Bitcoin
0x1b45bc41efeb3ed655b078f95086f25fc83345c4 Ethereum
AtPjUnxYFHw3a6Si9HinQtyPTqsdbfdKX3dJ1xiDjbrL Solana

If you want support project and developer with PayPal

Copyright © 2025 Tecknobit