Skip to content

Commit

Permalink
[MAINTENANCE] Fix for cannot resolve symbol in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DinosaurierRex committed Mar 1, 2023
1 parent 88a22e7 commit 7f80be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ dependencies {
// Kotlin
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"
testImplementation project(path: ':catroid')
androidTestImplementation project(path: ':catroid')
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
androidTestImplementation ('androidx.arch.core:core-testing:2.1.0') {
Expand Down

0 comments on commit 7f80be7

Please sign in to comment.