Hey guys, I am trying this <kmm-basic-sample> from...
# multiplatform
v
Hey guys, I am trying this kmm-basic-sample from the kotlin sample. I am trying to Add and configure Kotlin CocoaPods Gradle plugin from the offiical doc. I am trying to add this line
Copy code
kotlin("native.cocoapods") version "1.6.10"
and I am getting-this weird issue. Can someone help on this
org.gradle.internal.exceptions.LocationAwareException: Build file '/Users/vmodi/Downloads/kmm-basic-sample-master/shared/build.gradle.kts' line: 1
e
take out
version "1.6.10"
v
I did that it's giving error and saying to add version @ephemient
e
probably something missing wherever the plugin dependency versions are being set up, then. either buildSrc or settings.gradle or root build.gradle
v
Do you have any project in which cocopods sample is there ? @ephemient