Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit e9a73c90 authored by Wolf-Martell Montwé's avatar Wolf-Martell Montwé
Browse files

Add Coroutines to JVM main and test

parent d9125d3c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -161,6 +161,7 @@ detekt-plugin-compose = "io.nlopez.compose.rules:detekt:0.1.11"
shared-jvm-main = [
  "koin-core",
  "kotlinx-datetime",
  "kotlinx-coroutines-core",
]
shared-jvm-android = [
  "androidx-core",
@@ -190,6 +191,7 @@ shared-jvm-androidtest-compose = [
]
shared-jvm-test = [
  "kotlin-test",
  "kotlinx-coroutines-test",
  "junit",
  "assertk",
  "mockito-core",