Kirill Zhukov
07/29/2023, 12:07 AMdependencies
task on a KMP module with JVM, Android and iOS targets? Getting this error
* What went wrong:
Failed to apply plugin 'com.android.internal.library'.
> Accessing GradleBuildProject.Builder through AnalyticsConfiguratorService is not allowed after AnalyticsService is created.
Seems to work just fine on non-KMP pure Android modules 🤔Jeff Lockhart
07/29/2023, 2:29 PMAslam Hossin
07/29/2023, 5:26 PMAslam Hossin
07/29/2023, 5:34 PMKirill Zhukov
07/31/2023, 6:26 AMIn this case, it’s essential to ensure that you have correctly configured the Android module in Android Studio and the iOS module in XCode. Once those configurations are in place, focus on configuring the shared module.What do you mean by configuring modules in Android Studio and Xcode? Why would IDEs matter here? 🤔
Kirill Zhukov
07/31/2023, 6:28 AMdependencies
task isn’t working. Maybe something is indeed misconfigured on our side…Kirill Zhukov
07/31/2023, 6:29 AMAslam Hossin
07/31/2023, 10:29 AMKirill Zhukov
09/19/2023, 4:34 AM