https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
d

dambakk

01/03/2020, 8:16 AM
Good morning, folks! Now and then, when including a new library in my MP project, I get an
unresolved reference
error when trying to import the dependencies. Android Studio says everything is fine, and I can even inspect the source by cmd+clicking, but when building the project the errors starts appearing. Now it’s Kissme I’m trying to import. I’ve put the
implementation
in all source sets (including test, just in case) with the corresponding suffix. I don’t know what else to do. Any suggestions?
Also tried to add the dependency to the kotlinconf-app and get the same error when trying to import it in commonMain
2 Views