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
Emily V
03/08/2022, 9:06 AM
Interesting. Checking…
Emily V
03/08/2022, 9:10 AM
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
Emily V
03/08/2022, 9:20 AM
As an example, the same class. One is compiled using 7.0.4 (with implementation) and the other 7.1.1 (empty file)