Commit Graph

25 Commits

Author SHA1 Message Date
Tristan Hamilton b16fb559a1 Move binding coroutine implementation to separate subproject 2020-08-25 22:29:50 +01:00
Tristan Hamilton bca344daaf Convert to multi-platform project structure
Closes #12
2020-06-28 12:06:16 +01:00
Michael Bull 6246bd3137 Update dependencies 2020-04-16 10:37:06 +01:00
Michael Bull 4cc5100c1b Update dependencies 2019-12-20 14:47:10 +00:00
Michael Bull 782fac0ced Update dependencies 2019-09-27 10:25:37 +01:00
Michael Bull 31808eb99c Update dependencies 2019-08-24 00:26:31 +01:00
Michael Bull 586b260683 Deprecate Result.of in favour of runCatching factory function
Matches Kotlin's stdlib and becomes top-level
2019-08-24 00:20:46 +01:00
Michael Bull e609f061ac Update dependencies 2019-08-09 21:12:05 +01:00
Michael Bull ce1110a5cd Provide mavenCentral/jcenter to all projects 2019-06-13 00:19:50 +01:00
Michael Bull 1e487d1468 Replace deprecated gradle configurations 2019-05-30 13:28:56 +01:00
Michael Bull 183ea9a234 Update dependencies 2019-05-30 13:07:51 +01:00
Michael Bull f6776498a5 Update Gradle to 5.4.1 2019-05-30 12:54:24 +01:00
Michael Bull 8bcfaac337 Restore example application port to 9000 2018-11-01 19:07:24 +00:00
Michael Bull 97d0567489 Update example application 2018-11-01 12:13:15 +00:00
Michael Bull 7e45bfb7f2 Update Kotlin to 1.3.0 2018-11-01 11:03:47 +00:00
Michael Bull 80bd9dd692 Migrate to Kotlin Gradle DSL 2018-09-24 22:13:47 +01:00
Michael Bull b93dd4457c Consistently use Gradle plugins DSL 2018-09-24 00:26:29 +01:00
Michael Bull f10de37b08 Migrate away from multi-platform project structure 2018-09-19 00:05:03 +01:00
Michael Bull 410563b621 Add toResultOr
Acts as a factory function to convert nullable types to Result types
2018-01-24 18:20:39 +00:00
Michael Bull 9d7c5f07f7 Lift DomainMessage subtypes to top-level declarations in example 2018-01-24 13:03:48 +00:00
Michael Bull 687c4c9d7f Omit "this" prefix from method references
https://kotlinlang.org/docs/reference/whatsnew12.html#support-for--foo-as-a-shorthand-for-thisfoo
2018-01-24 12:58:26 +00:00
Michael Bull de239962da Update dependencies 2018-01-17 18:29:33 +00:00
Michael Bull e8581976c3 Split up CustomerService.upsert in example app 2018-01-11 19:27:27 +00:00
Michael Bull d2723009df Simplify endpoints in example app 2018-01-11 19:27:07 +00:00
Michael Bull cfaa57dd1f Add example application 2018-01-11 18:30:41 +00:00