Skip to content

Commit

Permalink
Merge pull request #23 from nicolas-f/spectrum_legend
Browse files Browse the repository at this point in the history
Display Axis information on Spectrum Charts (buffered)
  • Loading branch information
nicolas-f authored Jul 23, 2024
2 parents 695e1cb + 44d0676 commit e6c1e8c
Show file tree
Hide file tree
Showing 6 changed files with 383 additions and 346 deletions.
8 changes: 8 additions & 0 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ plugins {
id("app.cash.sqldelight") version "2.0.1"
}

tasks.withType<Test> {
this.testLogging {
this.showStandardStreams = true
}
}

kotlin {
androidTarget {
compilations.all {
Expand Down Expand Up @@ -50,6 +56,8 @@ kotlin {
dependencies {
implementation(kotlin("test"))
implementation(libs.kotlinx.coroutines.test)
@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class)
implementation(compose.uiTest)

@OptIn(org.jetbrains.compose.ExperimentalComposeLibrary::class) implementation(
compose.components.resources
Expand Down
Loading

0 comments on commit e6c1e8c

Please sign in to comment.