Kamel-Media / Kamel

Kotlin asynchronous media loading and caching library for Compose.
Apache License 2.0
595 stars 23 forks source link

lazyPainterResource and KamelImage not found #30

Closed BILLyTheLiTTle closed 1 year ago

BILLyTheLiTTle commented 1 year ago

I have a separate module for sharing the ui between android application and desktop application. Although, I add the dependency in gradle this way in the application code it cannot find the lazyPainterResource where I want to use it and also the KamelImage cannot be found as well. Am I doing something wrong? Would you like to have some more details?

alialbaali commented 1 year ago

I'm sorry, there's some issue going on with publishing Kotlin Multiplatform project after updating to Kotlin 1.7.0. I'm not sure what the issue is, I tried multiple solutions, and nothing has worked for me. If anyone has any idea how to fix it, it would be appreciated!

fdale15 commented 1 year ago

image

It seems my project doesn't provide autocompletion and acts like it will not compile, but this does compile for me.

edit:

I updated from IntelliJ IDEA 2022.1.4 (Community Edition) to IntelliJ IDEA 2022.3 (Community Edition) and autocomplete seems to work fine.