Mori Atsushi

Results 6 comments of Mori Atsushi

Thanks for your report! What specific problems do you encounter? Android Theme in Preview can be replaced with an extension. ``` dependencies { implementation("jp.co.cyberagent.katalog:katalog:`LATEST_VERSION`") implementation("jp.co.cyberagent.katalog:katalog-androidview:`LATEST_VERSION`") implementation("jp.co.cyberagent.katalog:katalog-ext-androidtheme:`LATEST_VERSION`") } ``` ``` registerKatalog(...

This is a debug tool, so if you care about app size, it's best not to include it in your production code. You can use it only in debug build...

I could not reproduce the issue. What version of Kotlin are you using? You probably need Kotlin 1.8.20 or later. Also, if you share the project you are reproducing, I...

In iOS, the window will automatically move if the focused element is obscured by the software keyboard. But we can not disable it. This is a problem on the Compose...

@pushpalroy Currently I don't know of any workaround. In iOS, it may be better to use the default behavior instead of using ime insets.

Thank you for your feedback. Could you tell me why you want to use Java 11 instead of Java 17? If I know the background, I can set its priorities...