-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When running klibApiDump
the plugin outputs the following klib api header:
// Klib ABI Dump
// Targets: [iosArm64, iosSimulatorArm64, iosX64, js, linuxArm64, linuxX64, macosArm64, macosX64, wasmJs]
// Rendering settings:
// - Signature version: 2
// - Show manifest properties: true
// - Show declarations: true
Then, running klibApiCheck
fails with the following error:
* What went wrong:
Execution failed for task ':hot-reload-annotations:klibApiCheck'.
> API check failed for project hot-reload-annotations.
--- /home/user/IdeaProjects/compose-hot-reload/hot-reload-annotations/build/api/klib-all/extracted/hot-reload-annotations.klib.api
+++ /home/user/IdeaProjects/compose-hot-reload/hot-reload-annotations/build/api/klib/hot-reload-annotations.klib.api
@@ -1,5 +1,5 @@
// Klib ABI Dump
-// Targets: [js, linuxArm64, linuxX64, wasmJs]
+// Targets: [iosArm64, iosSimulatorArm64, iosX64, js, linuxArm64, linuxX64, macosArm64, macosX64, wasmJs]
// Rendering settings:
// - Signature version: 2
// - Show manifest properties: true
You can run :hot-reload-annotations:apiDump task to overwrite API declarations
OS: Ubuntu 22.04.3 LTS, issue is not reproduced on macOS and Windows
Reproducer: compose-hot-reload, module hot-reload-annotations
Plugin version: 0.18.0, issue is not reproduced with 0.17.0
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working