After updaing kotlin to 2.2 (probably), when build...
# getting-started
u
After updaing kotlin to 2.2 (probably), when building android release with gradle I'm gettinga million of
Copy code
Info: Unexpected error while reading XYZ's kotlin.Metadata: element 'k' is missing.
Internet says to
-keep class kotlin.Metadata { *; }
, about which I'm unsure about I never had to mess with kotlin's default proguard keep rules Should I do it? Anyone else experiencing it?
Is this maybe related to the new
metadata
stuff? with 2+?
whats worse I cannot supress it and it blow up my log limits on CICD so I cannot even see errors if they happen