File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import org.jetbrains.kotlin.config.KotlinCompilerVersion
44plugins {
55 id(" com.android.library" )
66 alias(libs.plugins.kotlin.android)
7+ alias(libs.plugins.kotlin.compose)
78 jacoco
89 alias(libs.plugins.jacoco.android)
910 alias(libs.plugins.errorprone)
@@ -108,7 +109,11 @@ dependencies {
108109 testImplementation(projects.sentryCompose)
109110 testImplementation(projects.sentryAndroidNdk)
110111 testImplementation(libs.dropbox.differ)
111- testRuntimeOnly(libs.androidx.compose.ui)
112+ testImplementation(libs.androidx.activity.compose)
113+ testImplementation(libs.androidx.compose.ui)
114+ testImplementation(libs.androidx.compose.foundation)
115+ testImplementation(libs.androidx.compose.foundation.layout)
116+ testImplementation(libs.androidx.compose.material3)
112117 testRuntimeOnly(libs.androidx.fragment.ktx)
113118 testRuntimeOnly(libs.timber)
114119}
You can’t perform that action at this time.
0 commit comments