id: remove-android-host-test language: kotlin severity: warning message: "Remove val androidHostTest block for desktop-only build" rule: pattern: |- val androidHostTest by getting { $$$BODY } fix: "// [desktop-only] val androidHostTest { ... } block removed"