From b6f896551674ce7a3ef8d27f59a95b9d49ed44c5 Mon Sep 17 00:00:00 2001 From: Ruslan Ibragimov Date: Wed, 8 Jan 2025 11:57:36 +0300 Subject: [PATCH] Dotenv module should publish config-common as api-level dependency --- komok-tech-config-dotenv/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komok-tech-config-dotenv/build.gradle.kts b/komok-tech-config-dotenv/build.gradle.kts index 3c4c1f7..284898c 100644 --- a/komok-tech-config-dotenv/build.gradle.kts +++ b/komok-tech-config-dotenv/build.gradle.kts @@ -10,7 +10,7 @@ repositories { } dependencies { - implementation(projects.komokTechConfigCommon) + api(projects.komokTechConfigCommon) implementation(projects.komokTechDiLib) ksp(projects.komokTechDi) }