summaryrefslogtreecommitdiff
path: root/sw-common-model/build.gradle.kts
Commit message (Collapse)AuthorAge
* Use DSL sugar to access commonMain source set and avoid warningsJoffrey Bion2023-05-01
|
* Remove unnecessary module-level opt-insJoffrey Bion2021-09-08
| | | | The declaration at the root does work for multiplatform projects
* Cleanup test dependencies thanks to Kotlin 1.5Joffrey Bion2021-09-07
|
* Upgrade Kotlin, Kotlin/React, and Krossbow versionsJoffrey Bion2021-09-07
|
* Extract common dependency versions to versions catalogJoffrey Bion2021-09-06
|
* Cleanup experimental annotationsjoffrey-bion2021-02-10
|
* Upgrade dependenciesjoffrey-bion2020-11-25
| | | | | | - Kotlinx Coroutines to 1.4.1 - Kotlinx Serialization to 1.0.0 - Krossbow to 1.1.0
* Upgrade to Kotlin 1.4 and corresponding library versionsJoffrey Bion2020-08-31
| | | | | | - Kotlinx Serialization 1.0.0-RC - Coroutines 1.3.9 - Krossbow 0.30.1
* Upgrade ktlint and re-enable import order checkJoffrey Bion2020-08-20
|
* Upgrade to Kotlinx Serialization 0.20.0 and Krossbow 0.10.3Joffrey Bion2020-03-27
|
* Add kotlinx.serialization support to common modeljoffrey-bion2020-01-23
|
* Attempt at Kotlin/JS EAP build 1.3.50-eap-54jbion2019-08-01
|
* Remove extra spacejbion2019-05-22
|
* Make common project multiplatformJoffrey BION2019-05-22
|
* Fix some testsjbion2019-05-20
|
* WIP back to JVM for common module to see if it worksJoffrey BION2019-05-17
bgstack15