Hi, I was wondering if anyone ever had version con...
# library-development
t
Hi, I was wondering if anyone ever had version conflicts between the kotlin stdlib in your library and the comsumer's stdlib? I keep getting this error when trying to import my library.
Conflict with dependency 'org.jetbrains.kotlin:kotlin-stdlib'. Resolved versions for app (1.2.10) and test app (1.1.51) differ.