maikelvdh
06/28/2023, 4:36 AMJeff Lockhart
06/28/2023, 4:43 AMJeff Lockhart
06/28/2023, 4:50 AMIgnat Beresnev
07/06/2023, 4:58 PMeddie
07/08/2023, 12:04 AMpresentation
, ui
, etc., each having a source set that contributes to the same package name com.example.feature1
. This change makes it so that a reference to com.example.feature1.FeatureView
correctly resolves to the ui
module's generated docs rather than `presentation`'s.
IIRC the change didn't break any other test, so if you're concerned about this breaking something, I suppose that's a good opportunity to add more test cases.Jeff Lockhart
07/08/2023, 2:52 PMwrong-module/package/-function-name/index.html
instead of wrong-module/package/-function-name.html
. It now correctly links to same-correct-module/package/-function-name.html
.Jeff Lockhart
07/08/2023, 3:00 PM