Hi :wave: Latest SNAPSHOT is already using Kotlin...
# arrow
r
Hi 👋 Latest SNAPSHOT is already using Kotlin 1.4.0 🎉 It's necessary to add a new repository to make it work:
Copy code
maven { url '<https://dl.bintray.com/arrow-kt/arrow-kt/>' }
And the usual configuration to use fresh SNAPSHOTs:
Copy code
configurations.all {
    resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
or
--refresh-dependencies
Please, let us know if you find any issue Enjoy!! 🎉
K 14
🎉 13