Sergey
Sergey
# KOMM * Kotlin Object Multiplatform Mapper which generates mapping function via KSP and supports multi-mapping, converters, resolvers, null-substitute etc. [KOMM](https://github.com/Scogun/komm) # ktor-simple-cache * Easy-to-use lightweight library which adds configurable...
Hello! First of all, thank you for such useful library! I use it to test my [Kotlin Object Multiplatform Mapper](https://github.com/Scogun/komm). However, after I added [plugin support](https://github.com/Scogun/komm/blob/main/komm-processor/src/main/kotlin/com/ucasoft/komm/processor/KOMMSymbolProcessor.kt#L47C1-L57C6) I didn't find a...
So, looks like for iOS packages we need different action. Please, confirm it. There aren't other problems in PR. _Originally posted by @Scogun in https://github.com/Scogun/kcron-common/issues/9#issuecomment-1522292091_
# DON'T MERGE SO FAR!!!
### Description So far, there is only VS Plugin. However, [Rider](https://www.jetbrains.com/rider/) is also quite popular IDE for dotNet and add plugins for it should be useful. ### Solution Here is...
**Describe the bug** After upgrade from `1.18.1` version to `2.0.0` I started to face an issue `No TypeParameter found for index T` **To Reproduce** I had next code: ```kotlin (this.declaration...