From f600c9f87a86f6997fc0cb832c79ab43a3661d2a Mon Sep 17 00:00:00 2001 From: Kgothatso Ngako Date: Sun, 6 Sep 2026 02:14:11 +0200 Subject: [PATCH] build: pin lightning-kmp-app back to the jvm-target branch Restores the pin to 05ce7eb, the tip of `claude/jvm-target-actuals`, undoing a00fc17. That branch already has master's AGP 9.4.0 / jni-android work as an ancestor, so nothing from master is given up by pinning to it. composeApp declares a jvm() target and pulls lightning-kmp-app from commonMain, so it needs a library that offers a jvm variant. Only this branch does: master's :library declares android and (on a mac) ios, but no jvm. Co-Authored-By: Claude Opus 5 --- lightning-kmp-app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning-kmp-app b/lightning-kmp-app index 64342823..05ce7eb3 160000 --- a/lightning-kmp-app +++ b/lightning-kmp-app @@ -1 +1 @@ -Subproject commit 6434282380a14a997a2ac91227bb4d787a6f2c76 +Subproject commit 05ce7eb3ffbe0e7dfd7e0b2b31bbfde84cf0efa8