Landry Norris
05/30/2022, 4:10 PMFollowing dependencies exported in the debugFramework binary are not specified as API-dependencies of a corresponding source set:
Project :analyzer-result
Please add them in the API-dependencies and rerun the build.
export(project(":analyzer-result"))
In my commonMain, I have
api(project(":analyzer-result"))
and just to be safe, I added it to iosMain dependencies as well.transitiveExport = true
uncommented 🤦 . Everything’s working now.