Hey folks,
we successfully published our first kotlin multiplatform library targeting android & iOS to sign aws requests.
While integrating it in one of our production android apps I stumbled over a
java.lang.ClassNotFoundException
while running a JUnit test for the class that collaborates with our library.
This is just a problem while running JUnit tests, using the library while running the app works fine 🤔
Any idea?