The latest merge to master changing the Kotlin ver...
# arrow-contributors
r
The latest merge to master changing the Kotlin version did not produce the snapshot because it failed to build due to what it looks like a change on behavior in Regex in the new version of Kotlin. This ank kdoc snippet: https://github.com/arrow-kt/arrow/blob/62f692397ef44e6acde12af817d94a19d2ce9621/modules/core/arrow-core-data/src/main/kotlin/arrow/typeclasses/Functor.kt#L49 is incorrectly processed here https://github.com/arrow-kt/arrow/blob/557b8c06d46d63145f43101cca0b4427bb9bd26e/modules/ank/arrow-ank/src/main/kotlin/arrow/ank/interpreter.kt#L219-L240 resulting in: https://app.bitrise.io/build/c302b0457b8867cd#?tab=log
Copy code
fun main(args: Array<String>) {
  val result =
  //sampleStart
2 }
  //sampleEnd
  println(result)
 }