What is the minimal kotlin version I should be run...
# arrow
a
What is the minimal kotlin version I should be running to use Arrow 1.0.? It seems it is compiled with 1.5.1. Am I correct? Do I have to also update kotlin to 1.5.1?
I am having some problems to migrate to 1.0 due to my kotlin version
s
What Kotlin version are you on?
a
Copy code
1.3.61
s
Oof, any reason you’re such an old version?
a
not really. I also have to update. But id like to know if there are any issues if i just upgrade to 1.4
id like to take baby steps
s
Uhm, there is probably an issue with
kotlin.time.Duration
Which is
@Experimental
in the Kotlin Std, but I believe you should be able to use Arrow 1.0.0 with Kotlin 1.4
a
Thx Simon for taking the time to answer. Ill take that into account. Still in migration process.