283 Commits

Author SHA1 Message Date
0d3930d8db Update dependency gradle to v8.1 (#167)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-12 16:07:06 +02:00
ed147a190f Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.25.1 (#159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-24 16:44:23 -04:00
057761b321 Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.25.0 (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-23 21:40:05 +00:00
6708134b54 Render nodes in debug output even if drawing fails (#156) 2023-03-16 04:12:28 +00:00
3a0e3cccb3 Revert "Update dependency org.jetbrains.compose.compiler:compiler to v1.4.2 (#142)" (#147)
This reverts commit cf61f9be3ca111fcef5f61edaf400cc4d8b6d51b.
2023-03-12 03:20:09 +00:00
058b7ede76 Update dependency de.cketti.unicode:kotlin-codepoints to v0.6.1 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-11 15:37:58 -05:00
8cc4bf38c0 Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.8.10 (#136)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09 21:05:41 -05:00
cf61f9be3c Update dependency org.jetbrains.compose.compiler:compiler to v1.4.2 (#142)
* Update dependency org.jetbrains.compose.compiler:compiler to v1.4.2

* Kotlin 1.8.10

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
2023-03-09 19:27:48 +00:00
fa0451f2ac Update dependency org.jetbrains.compose.runtime:runtime to v1.3.1 (#143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-09 14:10:43 -05:00
b616a8d79a Revert "Update dependency de.cketti.unicode:kotlin-codepoints to v0.6.0 (#137)" (#139)
This reverts commit 6b4c8a508ac23e98c669904f85e62a4eac872143.
2023-03-08 03:19:42 +00:00
6b4c8a508a Update dependency de.cketti.unicode:kotlin-codepoints to v0.6.0 (#137)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-05 21:20:04 -05:00
e5818a1f5d Update dependency gradle to v8.0.2 (#135)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-03 23:27:38 -05:00
b7197b9e76 Remove AGP dependency (#132) 2023-02-28 01:55:11 +00:00
fcea87bd36 Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.24.0 (#93)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-19 22:09:43 -05:00
5940537d81 Update dependency gradle to v8 (#115)
* Update dependency gradle to v8

* Fix Kotlin JVM target for build logic

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
2023-02-20 02:22:28 +00:00
cf1aad296a Switch to JetBrains Compose compiler (#118)
It has the multiplatform support we need whereas the AndroidX one takes too long to land multiplatform patches.

Roll back to Kotlin 1.8.0 as that's the latest supported version by JetBrains.
2023-02-19 16:37:41 +00:00
e857a5ecad Update dependency de.cketti.unicode:kotlin-codepoints to v0.5.0 (#117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-19 15:46:46 +00:00
f599129b61 Inject the whole compiler coordinate triple (#116)
This will make it easier to switch to JB Compose.

Also clean up some other version catalog stuff.
2023-02-19 05:02:40 +00:00
5fb13ee52a Update dependency androidx.compose.compiler:compiler to v1.4.2 (#114)
* Update dependency androidx.compose.compiler:compiler to v1.4.2

* Kotlin 1.8.10

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <jw@squareup.com>
2023-02-08 14:27:33 -05:00
4b8db7a5b2 Update dependency com.android.tools.build:gradle to v7.4.1 2023-02-01 15:14:21 -05:00
22c5f8fe73 Update dependency de.cketti.unicode:kotlin-codepoints to v0.4.0 2023-02-01 10:35:27 -05:00
8ced0c73d3 Update dependency org.jetbrains.compose.runtime:runtime to v1.3.0 2023-01-30 19:04:17 -05:00
11deb63e31 Update dependency de.cketti.unicode:kotlin-codepoints to v0.3.0 2023-01-24 11:33:51 -05:00
20e36199c2 Port runtime to multiplatorm 2023-01-23 21:32:35 -05:00
cfca245eb1 Update dependency com.android.tools.build:gradle to v7.4.0 2023-01-18 11:17:59 -05:00
c502aaf2dc Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.7.20 2023-01-18 11:17:25 -05:00
211a61d80c Kotlin 1.8 and Compose compiler 1.4.0 2023-01-17 23:04:49 -05:00
e3eb02e666 Simplify version catalog as much as possible
* Inline single-use versions.
* Use module key instead of separate group/name keys.
* Use full coordinate triple syntax when version is inlined.
2022-09-06 15:50:57 -04:00
e2bbf68f2b Migrate to version catalogs 2022-09-02 21:45:25 -04:00
d556a629f9 Gradle 7.5.1 2022-08-11 22:08:36 -04:00
331ee86eab Update dependencies 2021-06-26 19:01:32 -04:00
3963213454 Gradle 6.8.2 2021-05-05 12:55:38 -04:00
01d8b73e26 Get Yoga building 2020-09-03 13:59:55 -04:00