Join Slack
Powered by
Is there no way to pack the proguard.rules into a ...
# serialization
j
jaqxues
12/19/2020, 5:51 PM
Is there no way to pack the proguard.rules into a consumer.rules in kotlinx.serialization? so the library itself applies the rules needed for kotlinx serialization?
jaqxues
12/19/2020, 5:56 PM
Copy pasting the entire thing is tedious at best
jaqxues
12/19/2020, 6:01 PM
Talking about these rules
https://github.com/Kotlin/kotlinx.serialization#android
j
jw
12/19/2020, 6:47 PM
Rules can be embedded in jars, yes
j
jaqxues
12/19/2020, 6:49 PM
Well I just want to know why it is currently not done in kotlinx.serialization, or if it will be done at some point
j
jw
12/19/2020, 6:51 PM
You could send a PR to propose it. Or at the very least file a bug
👍 3
8
Views
Open in Slack
Previous
Next