Tobi
06/05/2019, 4:01 PMjava.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?kotlinx/serialization/SerializationKt
is an extension method from kotlinx/serialization
we’re using internally in the library.implementation 'com.novoda:aws-v4-signer:0.0.1'
Dico
06/06/2019, 2:27 AMimplementation
, which I wouldn't recommend using over api
(which used to be compile
) until you expect other developers may consume your library.Tobi
06/07/2019, 1:03 PM