Boy Hoody

Results 5 comments of Boy Hoody

It's just not about enums only. > explicitNulls = false doesn't do what it says right now > When this flag is disabled [...] during decoding, the absence of a...

@sandwwraith I dont use `coerceInputValues` but setting it true didn't do anything and the bug applies to any type, not just Int. My setup is: `kotlinxSerializationJson = "1.6.3"` `kotlin =...

if you guys use [R8 Obfuscation](https://developer.android.com/build/shrink-code) then you must include this rule in you proguard-rules.pro ` -keepclasseswithmembers class * { native ; } ` This will instruct ProGuard to keep...

how about changes made in [Version 1.5.0-alpha04 in foundation?](https://developer.android.com/jetpack/androidx/releases/compose-foundation), do they help with that?

there has been issues with small fonts being barely seen due to low pdf quality. Can we see this PR merge anytime soon if it helps with that issue? @afreakyelf