Skip to content

Commit

Permalink
added :core:ui to :core:ui-test
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-wls committed Dec 2, 2024
1 parent de2e670 commit 9c34d23
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/ui-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
}

dependencies {
implementation(project(":core:ui"))
implementation(project(path = ":core:ui", configuration = "productionTumDebugApiElements"))

implementation(libs.koin.core)
implementation(libs.kotlinx.coroutines.core)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
package de.tum.informatics.www1.artemis.native_app.core.ui.test

import android.graphics.Insets.add
import androidx.compose.runtime.Composable
import androidx.compose.ui.platform.LocalContext
import coil3.ImageLoader
import coil3.SingletonImageLoader
import coil3.request.ImageRequest
import coil3.test.FakeImage
import coil3.test.FakeImageLoaderEngine
import de.tum.informatics.www1.artemis.native_app.core.ui.remote_images.ArtemisImageProvider


class ArtemisImageProviderStub : ArtemisImageProvider {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package de.tum.informatics.www1.artemis.native_app.core.ui.test


import de.tum.informatics.www1.artemis.native_app.core.ui.remote_images.ArtemisImageProvider
import org.koin.dsl.module

val uiTestModule = module {
Expand Down

0 comments on commit 9c34d23

Please sign in to comment.