Parth Padgaonkar

Results 3 issues of Parth Padgaonkar

I was using MoshiX-KSP, and accidentally attempted to codegen a JsonAdapter for a class that had no declared package: ```kotlin //in Envelope.kt import com.squareup.moshi.JsonClass @JsonClass(generateAdapter = true) class EnvelopedResponse( val...

bug
interop-kotlinx-metadata

Specifically, I'm looking for guidance on how to tie Store, Paging3, and SqlDelight together. In a perfect world, Store wouldn't need to be part of the equation -- I should...

enhancement
discussion

# The problem I have StrictMode enabled, and I noticed this in my logs: ``` 2021-04-29 13:33:06.127 D/StrictMode: StrictMode policy violation; ~duration=93 ms: android.os.strictmode.NetworkViolation at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1610) at java.net.SocketInputStream.read(SocketInputStream.java:175) at java.net.SocketInputStream.read(SocketInputStream.java:144)...