From 9057e874785fcd8e0ce2b25e426cc808c8c30fd0 Mon Sep 17 00:00:00 2001 From: Riccardo Balbo Date: Thu, 4 Sep 2025 22:48:41 +0200 Subject: [PATCH] disable android platform --- settings.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings.gradle b/settings.gradle index 2903720..7eaa4dd 100644 --- a/settings.gradle +++ b/settings.gradle @@ -39,6 +39,6 @@ if(withDesktopPlatform) { include('platform-desktop') } -if (withAndroidPlatform) { - include('platform-android') -} \ No newline at end of file +// if (withAndroidPlatform) { +// include('platform-android') +// } \ No newline at end of file