icerockdev / moko-kswift

Swift-friendly api generator for Kotlin/Native frameworks
https://moko.icerock.dev
Apache License 2.0
351 stars 21 forks source link

Unable to resolve a Gradle plugin #4

Closed amatsegor closed 3 years ago

amatsegor commented 3 years ago

Hi there! I've followed an installation guide, added needed repo-s into my project-root build.gradle.kts file, but when I try to Sync the project, I get this:

Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find dev.icerock.moko:kswift-gradle-plugin:0.1.0. Searched in the following locations:

Alex009 commented 3 years ago

hi! as i see - you lost gradlePluginPortal() in repositories list

amatsegor commented 3 years ago

@Alex009 exactly, my bad. Thanks!