Skip to content

Commit

Permalink
Merge pull request #4710 from DinosaurierRex/TEST-MAINTENANCE
Browse files Browse the repository at this point in the history
[MAINTENANCE] Fix for cannot resolve symbol in unit tests
  • Loading branch information
mseiser authored Mar 8, 2023
2 parents 4c8adc5 + 7f80be7 commit 8b6c334
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 8b6c334

Please sign in to comment.