From 7d914ee996682e2a278fa7da902dce6715c71c62 Mon Sep 17 00:00:00 2001 From: gabo-android Date: Wed, 21 Jun 2023 00:56:08 -0300 Subject: [PATCH] Fix Podfile dir in shared build.gradle.kts --- shared/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index bf349954..9bc5bdb6 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -38,7 +38,7 @@ kotlin { summary = "Some description for the Shared Module" homepage = "Link to the Shared Module homepage" // ios.deploymentTarget = "14.1" - podfile = project.file("../iOSNotflix/Podfile") + podfile = project.file("../app-iOS/Podfile") framework { baseName = "shared"