Ji Sungbin (Forky)

Results 60 issues of Ji Sungbin (Forky)

Currently, only the most basic Restartable Groups are supported.

enhancement

Provide an Android lint that walks through correct API usage and recommends providing `userProvideName`.

enhancement

SDK 24 에서 IntroActivity 진입시 앱 튕김 > https://sungbinland.slack.com/archives/C043MKB4TJN/p1673292886102669

bug

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.

enhancement

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.

bug

We need a string representation that can replace the `toString()` call of the _invokedynamic_ lambda.

enhancement

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...

help wanted