Results 17 comments of dshatz

I think it would be useful to provide a way to inherit `@SerialName` from parent class properties. My usecase: ```kotlin @Serializable data class Order( override val amount: Int = 0...

https://github.com/dshatz/ecdsa-kotlin-mpp

Would be very useful to be able to load images inside files/ as drawables too. With my usecase I need to load the images by their name (country flags), so...

I have taken this library and adapted it for JVM and Android. https://github.com/dshatz/compose-mpp-shared-element The author of this library, if still maintained, may take my work and put in this repo....

I have resolved this (see latest commit in the repo above).

> can you give ref of your commit? d6234843906423fcbf0ecd924f5de6564770e1d3 Check the part with markerName. Basically I manually generate an empty class for each ktorfit-koin module so that koin config check...

https://github.com/InsertKoinIO/koin-annotations/issues/192

Now I'm thinking - maybe a better approach is to parse `direnv status`. ``` Loaded RC path /home/dshatz/dev/boxes/python/.envrc ```

@gouvinb Looks good, can I add this to this PR with your permission?

I can see that you are using `getSymbolsWithAnnotation`. According to this (https://github.com/google/ksp/issues/1075), this will not return declarations from the classpath.