Any known issues with using kotlinx.serialization ...
# serialization
p
Any known issues with using kotlinx.serialization from android tests ("instrumentation tests") ? https://stackoverflow.com/questions/59259167/kotlinx-serialization-not-working-on-androidtest
s
Did not find anything like that. Please report it at https://youtrack.jetbrains.com/issues/KT. Attaching or providing a link to your project will be extremely useful for issue investigation.
p
appears to be a restriction of the android build system. I am running androidTest against a debug buildType, and have enabled
minifyEnabled true
. I've tried setting proguard rules for the test apk but still no luck...still looking into it, but I don't think this is a kotlinx.serialization issue
🙏 2