as you all may know a Composable
function names in Jetpack Compose should start with Uppercase.
but in Compose Desktop
editor shows warning when I use Uppercase letter for my Composable
first letter!
Function name 'App' should start with a lowercase letter
I want to just copy and paste lots of code from Android
in my project.
how can I solve this issue?