I'm trying to follow code lab link ( https://developer.samsung.com/codelab/health/research-system.html#Objective ).
I've finished all the set-up with docker, android studio, ip,.. and when I try to run the mobile app at the Android studio into the Galaxy mobile which is connected to PC with USB.
I got following errors:
e: file:///Users/username/SH-APP/backend-integration/interface/src/main/kotlin/researchstack/backend/integration/outport/AppLogOutPort.kt:3:30 Unresolved reference: grpc
e: file:///Users/username/SH-APP/backend-integration/interface/src/main/kotlin/researchstack/backend/integration/outport/AppLogOutPort.kt:6:36 Unresolved reference: AppLog
Can anybody help me out?