This is maybe a bit of a non related question, but at the same time it’s a unique question to code generation, since we generate classes on the consumer module. So I appreciate any help I get! 🙏
Is there an issue with generating code annotated with
@Keep
(from Android) and will it always work in a way that I can safely call it via reflection from my library? Or should I just use a rule on the consumer proguard? (I’m not sure if I can write rules for classes from other modules, although I’m guessing I cannot?)
m
Matthias Geisler
04/12/2022, 2:45 PM
Maybe ask that in the Android channel.
👍 1
r
Rafael Costa
04/12/2022, 2:48 PM
I’m a bit concerned that most people that actively go there are more focused on actually developing Android apps 😅
But I get your point too 🤔