Just run into a bug: Added a dependency to jvm/ap...
# amper
s
Just run into a bug: Added a dependency to jvm/app:
Copy code
dependencies:
  - implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
No error was reported, but the library wasn’t available either, until I have corrected the dependency declaration. Easy to run into this, IMO…
a
Thank you! Reported as AMPER-777