Skip to content

Commit f340a86

Browse files
committed
🤦 remove erroneous $
1 parent 1a4a7d2 commit f340a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎firebase-auth/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ kotlin {
9595
"nanopb",
9696
"PromisesObjC"
9797
).map {
98-
rootProject.project("firebase-app").projectDir.resolve("src/nativeInterop/cinterop/Carthage/Build/$it.xcframework/$${konanTarget.archVariant}")
98+
rootProject.project("firebase-app").projectDir.resolve("src/nativeInterop/cinterop/Carthage/Build/$it.xcframework/${konanTarget.archVariant}")
9999
}
100100
).plus(
101101
listOf(

0 commit comments

Comments
 (0)