Closed anshul90 closed 2 years ago
The engine
module depends on the common
module. Adding it in the dependencies should resolve the issues.
Nobody responded so I removed this library from my project.
On Wed, Sep 21, 2022 at 4:47 PM aditya-07 @.***> wrote:
@anshul90 https://github.com/anshul90 Are you still facing the issue?
— Reply to this email directly, view it on GitHub https://github.com/google/android-fhir/issues/1476#issuecomment-1253558972, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCEXWVP6TBKDFFWTA6OJ4DV7LVEXANCNFSM5ZXSLFXA . You are receiving this because you were mentioned.Message ID: @.***>
-- Regards,
Anshul Tyagi, email: @.*** cell: +91 9654361294
for others: please see https://github.com/google/android-fhir/wiki/FHIR-Engine-Library#getting-started to get started. it's not clear how fhir engine is used here. seems to me the source code is being copied because the gradle dependency doesn't include fhir engine at al.
closing. anshul - please feel free to reopen if you need this in the future.
Describe the bug I'm adding FIHR Engine as the module in my project but unable to find UnitConverter and Converter Exception. I'm creating a new build.gradle as my project supports Groovy files only. Mentioned my gradle.file below . I'm getting only two errors:
Added the screenshots of both the errors below.