Merge branch 'main' of github.com:ouchadam/helium

This commit is contained in:
Adam Brown 2022-03-13 12:25:25 +00:00
commit ed2541876f
4 changed files with 4 additions and 4 deletions

View File

@ -126,7 +126,7 @@ ext.kotlinTest = { dependencies ->
dependencies.testImplementation Dependencies.mavenCentral.kluent
dependencies.testImplementation Dependencies.mavenCentral.kotlinTest
dependencies.testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.6.10"
dependencies.testImplementation 'io.mockk:mockk:1.12.2'
dependencies.testImplementation 'io.mockk:mockk:1.12.3'
dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0'
dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'

View File

@ -7,6 +7,6 @@ dependencies {
implementation Dependencies.mavenCentral.kotlinCoroutinesCore
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
testFixturesImplementation Dependencies.mavenCentral.kluent
testFixturesImplementation 'io.mockk:mockk:1.12.2'
testFixturesImplementation 'io.mockk:mockk:1.12.3'
testFixturesImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0'
}

View File

@ -109,7 +109,7 @@ ext.Dependencies.with {
mavenCentral.with {
kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVer}"
kotlinSerializationGradlePlugin = "org.jetbrains.kotlin:kotlin-serialization:${kotlinVer}"
kotlinSerializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0"
kotlinSerializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2"
kotlinCoroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0"
kotlinTest = "org.jetbrains.kotlin:kotlin-test-junit:${kotlinVer}"

View File

@ -3,5 +3,5 @@ applyAndroidLibraryModule(project)
dependencies {
implementation project(":core")
implementation("io.coil-kt:coil-compose:1.4.0")
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.1-alpha"
implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.3-alpha"
}