2024-07-22 18:46:58 +03:00
|
|
|
# Module controls-visualisation-compose
|
|
|
|
|
|
|
|
Visualisation extension using compose-multiplatform
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
## Artifact:
|
|
|
|
|
2024-12-08 12:15:22 +03:00
|
|
|
The Maven coordinates of this project are `space.kscience:controls-visualisation-compose:0.4.0-dev-7`.
|
2024-07-22 18:46:58 +03:00
|
|
|
|
|
|
|
**Gradle Kotlin DSL:**
|
|
|
|
```kotlin
|
|
|
|
repositories {
|
|
|
|
maven("https://repo.kotlin.link")
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2024-12-08 12:15:22 +03:00
|
|
|
implementation("space.kscience:controls-visualisation-compose:0.4.0-dev-7")
|
2024-07-22 18:46:58 +03:00
|
|
|
}
|
|
|
|
```
|