tylerwilson

Results 12 comments of tylerwilson

Add this line to your gradle.properties: android.enableAapt2=false and that will make it work. See here https://issuetracker.google.com/u/0/issues/65189965?pli=1

I just ran into the same issue. Ktor 1.6.2 finally fixed the watchOS x64 target, but when I run the createXCFramework task, I get the same error as above. Same...

Agreed. I deal with an old REST API that has something like 8 different date and time formats I need to parse. So a generic formatting option, to and from...

Hope this is being worked on. I would love to use this package cross-platform, but not having a generic formatting/parsing system is holding us back. Thanks.

No wonder I could not find it - was checking main branch of course. Looks like a good fix. Will wait for the next release and update here when I...

FYI, I was using the latest version, and the set still failed with the error above. I am unsure why it fails for me but no in your unit tests....

Not sure if this is the right issue, but I was trying some experiments with wasmJs and get a build error with this package (using ALPHA-15 atm). Is this something...

> Not sure if this is being worked on, but I've been using the below change for a few months and its been working fine. Binaries for maccatalyst taken from...

This would be an awesome holiday present. I have some free time and would love to do some wasm experiments. :-)

Very nice! Just curious, would this be usable with Kotlin 1.9.21 as well? Just curious because it seems like most of the other libraries like Compose only support 1.9.21 and...