Is there no way to pack the proguard.rules into a ...
# serialization
j
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?
Copy pasting the entire thing is tedious at best
j
Rules can be embedded in jars, yes
j
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
You could send a PR to propose it. Or at the very least file a bug
👍 3