Skip to content

Commit

Permalink
CATROID-1519 fixed unresolved imports in org.catrobat.catroid(test) file
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush2111 committed Feb 25, 2023
1 parent 88a22e7 commit 7ef2893
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 7ef2893

Please sign in to comment.