This message was deleted.
# community-support
s
This message was deleted.
e
https://youtrack.jetbrains.com/issue/KT-49798 there was a significant bug in Kotlin 1.6.0 that (combined with AGP 7.1.0) broke downstream consumers of Android libraries; is that what you're facing?
e
Interesting. Checking…
Hmm, no unfortunately I don’t think this is related to my issue. In my case the build succeeds, its just the actual content of the AAR file that is vastly different… it looks like whole code blocks are missing. So public functions that I used to call are no longer available
As an example, the same class. One is compiled using 7.0.4 (with implementation) and the other 7.1.1 (empty file)