Commit Graph

36 Commits

Author SHA1 Message Date
Michael Bull 88e31cd1ac Extract shared build logic to convention plugins
See: https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins
2024-03-03 00:02:54 +00:00
Michael Bull 8229a29f62 Update Gradle to 8.0.2 2023-04-03 12:16:37 +01:00
Matthias Geisler 41fff9eb9c Migrate to Gradle version catalog
Closes #83
2023-04-03 11:46:53 +01:00
Michael Bull 96a84b227b Update dependencies 2022-04-15 15:34:25 +01:00
Michael Bull 6a5523c998 Migrate to Ktor 2 2022-01-08 12:17:37 +00:00
Michael Bull eb7d0461d1 Update ktor in example project to 1.5.4 2021-05-05 13:46:04 +01:00
Michael Bull 3f569568a8 Replace usage of deprecated mainClassName in example gradle file 2021-01-30 21:48:07 +00:00
Michael Bull 7805842eae Fix typo in example application 2020-08-27 13:44:56 +01:00
Michael Bull 67c1cd33ad Rewrite example application 2020-08-26 22:02:22 +01:00
Michael Bull 41269f06d3 Extract dependency versions to Versions object in buildSrc 2020-08-26 19:52:18 +01:00
Michael Bull a662ebc0a7 Update dependencies 2020-08-26 19:42:18 +01:00
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