Landry Norris
05/30/2022, 4:10 PMLandry 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.
Landry Norris
05/30/2022, 4:11 PMexport(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.Landry Norris
05/30/2022, 4:12 PMLandry Norris
05/30/2022, 8:03 PMtransitiveExport = true
uncommented 🤦 . Everything’s working now.markturnip
12/12/2024, 3:08 AM