Ji Sungbin (Forky)
Ji Sungbin (Forky)
Currently, only the most basic Restartable Groups are supported.
*(low priority)*
Provide an Android lint that walks through correct API usage and recommends providing `userProvideName`.
SDK 24 에서 IntroActivity 진입시 앱 튕김 > https://sungbinland.slack.com/archives/C043MKB4TJN/p1673292886102669
https://togithub.com/square/wire/pull/2526
Compose supports Kotlin Multiplatform, and the Kotlin Compiler Plugin naturally works with Multiplatform. ComposeInvestigator does not use any platform-dependent features, so it is should be multiplatform capable.
Currently, the implementation focuses on `SimpleFunction`, so the `ComposableName` feature does not fully work within anonymous functions. Logic to handle `AnonymousFunction` needs to be added.
We need a string representation that can replace the `toString()` call of the _invokedynamic_ lambda.
This project is a custom Kotlin compiler plugin that primarily utilizes the Kotlin K2 compiler's IR (Intermediate Representation) and FIR (Frontend Intermediate Representation). However, there is currently insufficient documentation on...