Commit Graph

13 Commits

Author SHA1 Message Date
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