Commit Graph

51 Commits

Author SHA1 Message Date
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
Michael Bull 66f1122efb Add compiler contracts
See: https://kotlinlang.org/docs/reference/whatsnew13.html#contracts
2019-08-09 21:53:52 +01:00
Michael Bull e609f061ac Update dependencies 2019-08-09 21:12:05 +01:00
Michael Bull a9dee2ebc4 Add missing imports to root project gradle file 2019-06-13 09:03:45 +01:00
Michael Bull ce1110a5cd Provide mavenCentral/jcenter to all projects 2019-06-13 00:19:50 +01:00
Michael Bull 06755ed765 Simplify gradle build file 2019-06-09 13:48:30 +01:00
Michael Bull d1c5bd35e0 Populate more fields in bintray pkg 2019-05-30 13:38:12 +01:00
Michael Bull 745a7ee89b Remove duplicate dokka configuration 2019-05-30 13:37:08 +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 f2c0f5be32 Simplify BintrayExtension configuration 2018-11-01 18:41:03 +00:00
Michael Bull 7e45bfb7f2 Update Kotlin to 1.3.0 2018-11-01 11:03:47 +00:00
Michael Bull 722ddd7c1f Remove jdk dependency of kotlin stdlib 2018-09-24 23:24:29 +01:00
Michael Bull c9811cca6e Update Kotlin & Gradle 2018-09-24 22:34:12 +01:00
Michael Bull 8c35de90ae Simplify javadocJar dependency on dokka task 2018-09-24 22:32:47 +01:00
Michael Bull 436d0990cb Use kotlin short-form for dependency declarations 2018-09-24 22:31:53 +01:00