dbaroncelli / D-KMP-sample

D-KMP Architecture official sample: it uses a shared KMP ViewModel and Navigation for Compose and SwiftUI apps.
Apache License 2.0
818 stars 89 forks source link

Bad Gateway trying to get compose runtime #20

Closed m-nogas closed 1 year ago

m-nogas commented 2 years ago

When trying to run the Android project I get the following error Could not HEAD 'https://kotlin.bintray.com/kotlinx/org/jetbrains/compose/runtime/runtime/1.0.1-rc2/runtime-1.0.1-rc2.pom'. Received status code 502 from server: Bad Gateway

racka98 commented 2 years ago

Delete maven(url = https://kotlin.bintray.com/kotlinx/) In the root build.gradle.kts file

That url seems to be removed since the packages have been moved the the main mavenCentral repo

dbaroncelli commented 1 year ago

it's now fixed in the new update