jawidMuhammadi commented on a change in pull request #112:
URL: https://github.com/apache/fineract-cn-mobile/pull/112#discussion_r481865551
##########
File path: app/build.gradle
##########
@@ -71,6 +71,10 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
+
+ kotlinOptions {
+ jvmTarget = JavaVersion.VERSION_1_8
Review comment:
The app build was failing due to using the
`androidx.test.ext.junit.runners.AndroidJUnit4`, the `
androidx.test.runner.AndroidJUnit4` also works but it has been deprecated.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]