You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.
Just now I spent around one hour trying to get the simplest of Kweb applications to work. Always getting "Cannot resolve "io.kweb:kweb-core:1.4.x"".
Using the latest Kotlin (1.9.23). I tried taking the dependencies from the example projects, the Getting started guide, the freenet example. All resulted in the same, regardless if I added some extra repos (jitpack etc) from the old examples.
Sorry, I mistyped (classic "I don't need to copy-paste this"). 4.x should've been 1.4.x. Meaning I tried multiple patch versions in addition to the latest 12
Just now I spent around one hour trying to get the simplest of Kweb applications to work. Always getting "Cannot resolve "io.kweb:kweb-core:1.4.x"".
Using the latest Kotlin (1.9.23). I tried taking the dependencies from the example projects, the Getting started guide, the freenet example. All resulted in the same, regardless if I added some extra repos (jitpack etc) from the old examples.
But then, from the Getting started guide I opened the Kweb template (https://github.com/kwebio/kweb-template/blob/master/build.gradle.kts), and there it was:
kotlin("1.9.22")
. I changed to using that one, and right away all's good and everything resolved.So if there is some sort of constraint for the Kotlin and Kweb versions interoperabilities, it would be good to be listed.
Edit: corrected the original typo with version string causing some uncertainty
The text was updated successfully, but these errors were encountered: