Hello here, I added the `javax.inject` lib to a mu...
# multiplatform
s
Hello here, I added the
javax.inject
lib to a multiplatform module in my project but couldn’t import the classes/annotations in my source, and I am trying to understand why. Any pointers would be appreciated. Thanks.
a
The libraries you use in a KMM project need to be KMM libraries, in that they target different KMM architectures. I doubt your library is that.