kpgalligan
07/17/2019, 3:12 PMbasher
07/17/2019, 3:14 PMkpgalligan
07/17/2019, 3:16 PMbasher
07/17/2019, 3:16 PMkpgalligan
07/17/2019, 3:18 PMpod 'Firebase/Core'
, but the cocoapods kotlin plugin doesn’t allow /
, so I’m stuck right out of the gate. Ugh. I searched the kotlin repo for cocoapods
but nothing came up. I’m on master, but maybe need to be on release branch or some suchbasher
07/17/2019, 3:19 PMFirebase
?kpgalligan
07/17/2019, 3:19 PMkpgalligan
07/17/2019, 3:20 PMkpgalligan
07/17/2019, 3:27 PMkpgalligan
07/17/2019, 3:49 PMpod 'FirebaseCore', :path => '/path/to/firebase-ios-sdk
pod 'FirebaseMessaging', :path => '/path/to/firebase-ios-sdk'
, but path
isn’t supported in kotlin gradle pluginbasher
07/17/2019, 3:50 PMkpgalligan
07/17/2019, 3:53 PMbasher
07/17/2019, 3:55 PMkpgalligan
07/17/2019, 3:57 PMkpgalligan
07/17/2019, 3:58 PMbasher
07/17/2019, 4:16 PMbasher
07/17/2019, 4:17 PMbasher
07/17/2019, 4:18 PMkpgalligan
07/17/2019, 4:18 PMkpgalligan
07/17/2019, 4:21 PMkpgalligan
07/17/2019, 4:21 PMthevery
07/17/2019, 8:16 PMkpgalligan
07/17/2019, 8:20 PMkpgalligan
07/17/2019, 8:20 PMilya.matveev
07/18/2019, 4:38 AMAnybody know where that plugin is kept, and best place to file bugs? I’m pretty sure it’s in the “main” kotlin repo and not native, but having some trouble tracking it down and want to make sure it’s not in a special place.Yes, it's the main Kotlin repo: https://github.com/JetBrains/kotlin/blob/master/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/gradle/targets/native/cocoapods/KotlinCocoapodsPlugin.kt. As for bugs, our YouTrack (https://youtrack.jetbrains.com/issues/KT) is the most suitable place for filing them. Subspecs are not supported currently but there is a workaround: https://kotlinlang.slack.com/archives/C3SGXARS6/p1556475587073500. I've created a ticket to track this problem: https://youtrack.jetbrains.com/issue/KT-32750. As for local pods, the Gradle plugin doesn't provide a way to declare them directly but you can use an approach described here: https://kotlinlang.slack.com/archives/C3SGXARS6/p1559720360005600?thread_ts=1559718499.005400&cid=C3SGXARS6.