AlecKazakova / kotlin-native-cocoapods

A Gradle plugin for configuring Kotlin/Native with Cocoapods
Apache License 2.0
128 stars 11 forks source link

Could not find com.alecstrong:cocoapods-gradle-plugin:0.3.3. Searched in the following locations: #24

Open charlieporth1 opened 5 years ago

charlieporth1 commented 5 years ago

@AlecStrong I get this error when following your instructions (from the README) - I put your instructions in the root build.gradle. My gradle version is 5.1.1 and my Kotlin versions is '1.3.41'


Searched in the following locations:
  - https://dl.google.com/dl/android/maven2/com/alecstrong/cocoapods-gradle-plugin/0.3.3/cocoapods-gradle-plugin-0.3.3.pom
  - https://dl.google.com/dl/android/maven2/com/alecstrong/cocoapods-gradle-plugin/0.3.3/cocoapods-gradle-plugin-0.3.3.jar
  - https://jcenter.bintray.com/com/alecstrong/cocoapods-gradle-plugin/0.3.3/cocoapods-gradle-plugin-0.3.3.pom
  - https://jcenter.bintray.com/com/alecstrong/cocoapods-gradle-plugin/0.3.3/cocoapods-gradle-plugin-0.3.3.jar
  - https://repo.maven.apache.org/maven2/com/alecstrong/cocoapods-gradle-plugin/0.3.3/cocoapods-gradle-plugin-0.3.3.pom
  - https://repo.maven.apache.org/maven2/com/alecstrong/cocoapods-gradle-plugin/0.3.3/cocoapods-gradle-plugin-0.3.3.jar
Required by:
    project :
jrocharodrigues commented 5 years ago

I think 0.3.3 is not released yet, although the documentation refers it.

I also needed it in order to update my project to kotlin 1.3.40.

pkliang commented 5 years ago

Hi, I am also waiting for the release for Kotlin 1.3.41.

mikezliu commented 5 years ago

Looks like 0.3.2 is out, but not 0.3.3. I too need it to update kotlin.