From 845606a59ae6248f57bbbf5b97e3ffb43a5df4c1 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Thu, 23 Nov 2023 01:35:10 +0800 Subject: [PATCH] chore: change dependencies visibility --- samples/shared/build.gradle.kts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/samples/shared/build.gradle.kts b/samples/shared/build.gradle.kts index 485f321..7de19a0 100644 --- a/samples/shared/build.gradle.kts +++ b/samples/shared/build.gradle.kts @@ -25,12 +25,11 @@ kotlin { dependencies { implementation(compose.runtime) implementation(compose.foundation) - implementation(projects.flexiuiCore) + api(projects.flexiuiCore) } } val androidMain by getting { dependencies { - api(compose.foundation) api(com.highcapable.betterandroid.ui.component) api(com.highcapable.betterandroid.ui.extension) api(com.highcapable.betterandroid.system.extension) @@ -43,8 +42,6 @@ kotlin { val desktopMain by getting { dependencies { api(compose.desktop.currentOs) - api(compose.runtime) - api(compose.foundation) } } val iosX64Main by getting