https://kotlinlang.org logo
Title
d

dany giguere

03/03/2022, 10:04 PM
Am I wrong or https://github.com/aymanizz/ktor-i18n isn’t supporter on Ktor 1 anymore ? When I try installing the dependency, I get this error :
app.demo:test: Could not find com.github.aymanizz:ktor-i18n:1.0.0.
a

Aleksei Tirman [JB]

03/04/2022, 7:13 AM
I can't find this artifact in the Maven Central repository.
w

Werner Guttmann

03/04/2022, 7:35 AM
afaik, it’s published to
maven { url "<https://jitpack.io>" }
👍 1
I am using this little gem for a couple of 1.x ktor projects, and I am getting slightly troubled that migration to 2.x of ktor might get a bit difficult 😞
😢 2