Enable KLib ABI validation with the version 0.16.2 and dump KLib ABIs, apiCheck works on my local device but CI:
* What went wrong:
Execution failed for task ':compose-multiplatform:library:klibApiCheck'.
> API check failed for project library.
--- /home/runner/work/Calendar/Calendar/compose-multiplatform/library/build/api/klib-all/extracted/library.klib.api
+++ /home/runner/work/Calendar/Calendar/compose-multiplatform/library/build/api/klib/library.klib.api
@@ -5,7 +5,7 @@
// - Show manifest properties: true
// - Show declarations: true
-// Library unique name: <kizitonwose-calendar.compose-multiplatform:library>
+// Library unique name: <Calendar.compose-multiplatform:library>
final enum class com.kizitonwose.calendar.compose.heatmapcalendar/HeatMapWeekHeaderPosition : kotlin/Enum<com.kizitonwose.calendar.compose.heatmapcalendar/HeatMapWeekHeaderPosition> { // com.kizitonwose.calendar.compose.heatmapcalendar/HeatMapWeekHeaderPosition|null[0]
enum entry End // com.kizitonwose.calendar.compose.heatmapcalendar/HeatMapWeekHeaderPosition.End|null[0]
enum entry Start // com.kizitonwose.calendar.compose.heatmapcalendar/HeatMapWeekHeaderPosition.Start|null[0]
@@ -364,6 +364,12 @@
final fun toString(): kotlin/String // com.kizitonwose.calendar.data/WeekDateRange.toString|toString(){}[0]
}
You can repro this issue at kizitonwose/Calendar#566.
Enable KLib ABI validation with the version
0.16.2and dump KLib ABIs,apiCheckworks on my local device but CI:You can repro this issue at kizitonwose/Calendar#566.