Commit Graph

60 Commits

Author SHA1 Message Date
Michael Bull
a0d17c6b76 Remove erroneous sample comment
Dokka can't see this sample because we don't ship test sources.
2020-08-29 12:06:22 +01:00
Tristan Hamilton
a9a0c384f4 Use Explicit API mode
See: https://kotlinlang.org/docs/reference/whatsnew14.html#explicit-api-mode-for-library-authors
2020-08-29 11:40:48 +01:00
Tristan Hamilton
620f434220 Remove unused dependencies 2020-08-29 11:35:03 +01:00
Michael Bull
33d376c4c8 Improve merge unit tests 2020-08-26 22:30:59 +01:00
Michael Bull
41269f06d3 Extract dependency versions to Versions object in buildSrc 2020-08-26 19:52:18 +01:00
Michael Bull
a76768fa42 Remove deprecation of eager-evaluating functions
They are fine to be used, and their lazy equivalents already have analogous
methods that can be used instead.
2020-08-26 19:16:44 +01:00
Michael Bull
4206f8b905 Fix suppressed warnings in unit tests 2020-08-26 19:11:13 +01:00
Michael Bull
09d341ae6d Add Scala's merge
https://www.scala-lang.org/api/2.12.0/scala/util/Either$$MergeableEither.html#merge:A
2020-08-26 17:22:55 +01:00
Michael Bull
30b5d918c7 Fix missing project descriptions in pom files 2020-08-26 16:50:36 +01:00
Tristan Hamilton
b16fb559a1 Move binding coroutine implementation to separate subproject 2020-08-25 22:29:50 +01:00