Ahmed Mourad
Ahmed Mourad
That'd be great, thank you!
Any updates on this? As awesome as the community libraries addressing this are, I think Compose Multiplatform needs first party navigation and resource management solutions as those are parts of...
+1 missing the CL adds extra unnecessary trouble when porting existing Android apps to desktop
I just ran into this too so i created a method that would return the CaseFormat of a given string: ``` private CaseFormat getCaseFormatName(String s) throws IllegalFormatException { if (s.contains("_"))...