probably basic question but running in to followin...
# kotlin-inject
j
probably basic question but running in to following and no additional info provided....is there some other log file for example that would provide more details about specific cause of this?
Copy code
e: [ksp] @Provides method must have a concrete implementation
e: Error occurred in KSP, check log for detail
j
thanks, I'll take a look at that....fwiw this is happening when adding jvm target to project that already has android/ios
was conclusion of that that this could be related to use of typalias?
e
oh I was just posting why you might not see the specific element it's complaining about in the error message. I don't know the cause of your specific issue. Would need to see a full sample
j
this is a pretty large project with tons of dependencies.....I'll see if I can narrow it down a bit