Commit Graph

66 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 bae2d88e3d Adopt dependencyResolutionManagement in settings.gradle 2024-03-02 21:37:21 +00:00
Michael Bull 325cebc8f3 Update contributors 2024-02-06 13:23:31 +00:00
Michael Bull 05a1e91298 Update Kotlin to 1.9.20
Adopts the new default project template[1] and removed mpp targets[2].

[1] https://kotlinlang.org/docs/whatsnew1920.html#template-for-configuring-multiplatform-projects
[2] https://kotlinlang.org/docs/whatsnew1920.html#change-to-our-target-tiers-policy

See: https://kotl.in/native-targets-tiers
2024-01-23 13:14:37 +00:00
Michael Bull 97ffb430f8 Update contributors 2023-11-28 14:18:17 +00:00
Kirill Zhukov d7dbf35bcf Improve type constraint on toErrorIfNull
Closes #84 and closes #86
2023-05-23 10:09:20 +01: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 cc3b3cea05 Migrate to IR-based JavaScript compiler
The build fails when adopting Kotlin 1.8 otherwise.
2023-02-07 15:48:13 +00:00
Matthew Nelson 6f86d20d53 Add more multiplatform build targets
Closes #77, #81
2023-01-09 10:57:12 +00:00
berik a6eb86da71 Add recoverCatching
recoverCatching tries to recover, exceptions in transformation cause an error result.
2022-08-28 16:42:09 +01:00
Michael Bull 07ad45929f Include LICENSE file in META-INF directories of jar files 2022-04-15 16:29:55 +01:00
Michael Bull ea9298c8fe Update contributors 2022-02-21 11:26:12 +00:00
Dmitry Suzdalev fe30193d7c Add iosSimulatorArm64 and macosArm64 targets
Closes #71
2022-02-08 17:34:15 +02:00
Michael Bull 0da5b84286 Update contributors 2022-01-08 12:17:37 +00:00
Michael Bull 8c8aa6f6d4 Remove deprecated & unused maven repositories 2021-10-27 16:00:27 +01:00
Michael Bull 623a360e21 Set gradle release channel in versions plugin
Stops it suggesting release candidate builds.
2021-10-26 17:21:07 +01:00
Michael Bull 3efefdb18b Update contributors 2021-10-26 15:55:57 +01:00
Michael Bull 2fc9ba0d35 Upgrade Dokka to 1.5.31
Now publishes the html docs in the javadoc jar files as recommended by
dokka maintainers.

See: https://github.com/Kotlin/dokka/issues/1753
2021-10-26 12:31:27 +01:00
pablisco 9a49fc096f Update kotlinx.benchmark dependencies 2021-09-30 13:17:53 +01:00
Michael Bull e6e919d1f4 Update contributor list 2021-06-12 16:10:41 +01:00
Michael Bull c8d300fd8d Update contributor list 2021-03-29 19:58:23 +01:00
gsteckman 77942019c2 Set JS compiler to BOTH
See https://kotlinlang.org/docs/js-ir-compiler.html#authoring-libraries-for-the-ir-compiler-with-backwards-compatibility
2021-03-29 18:50:27 +01:00
Avently c4c70b4d98 Add Linux, Windows and MacOS targets 2021-03-29 18:41:20 +01:00
Tristan Hamilton ccb9c5b3aa Add iOS build targets 2021-02-10 15:45:16 +00:00
Michael Bull e56e6f6b33 Downgrade dokka
The latest version does not support multi-platform projects.
2021-01-30 17:23:22 +00:00
Michael Bull e13334a034 Update contributor list in POM 2021-01-30 16:43:04 +00:00
Michael Bull 7a8d9b36c4 Update dependencies 2021-01-30 16:41:26 +00:00
Michael Bull eef8b3466b Configure signing via in-memory PGP keys 2021-01-30 16:35:12 +00:00
Jan Müller 0f90bb8b90
Add JS targets for Kotlin Multiplatform (#36) 2020-11-29 21:34:08 +00:00
Michael Bull f9408c0a73 Add jvanderwee to contributors
See: 31965ceb3d
2020-08-30 22:51:03 +01:00
Michael Bull a3709fc25a Remove release plugin
It doesn't work with multi-module projects properly.
2020-08-29 12:19:54 +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
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
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
Tristan Hamilton bd7e1244b3 Add suspend variant of binding function
Closes #24
2020-07-19 11:00:43 +01:00
Tristan Hamilton bca344daaf Convert to multi-platform project structure
Closes #12
2020-06-28 12:06:16 +01:00
Michael Bull b4b2224ed2 Update dependencies 2020-06-04 19:11:51 +01:00
Tristan Hamilton 0910e9ffe4 Add benchmarking framework 2020-05-11 11:28:51 +01:00
Michael Bull fa8f58c0da Add Tristan Hamilton to contributors 2020-05-11 10:41:00 +01:00
Michael Bull 2ef738abcb Add Markus Padourek to contributors 2020-04-18 11:41:25 +01:00
Michael Bull 6246bd3137 Update dependencies 2020-04-16 10:37:06 +01:00
Michael Bull 6284959f01 Group contributors with developers in POM configuration 2020-02-12 14:55:22 +00:00
Michael Bull 68cabd7a1e Replace bintray with maven central 2020-02-12 14:33:36 +00:00
Michael Bull 7613668b5e Remove unnecessary parens in root build script 2019-12-20 14:57:53 +00: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