private-yusuke / interscheckin

交差点でのチェックインを補助するために作成された Swarm 利用者のための Android アプリケーション
9 stars 1 forks source link

Update kotlin #227

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.devtools.ksp (source) 1.9.10-1.0.13 -> 1.9.20-1.0.14 age adoption passing confidence
composeOptions (source) 1.5.3 -> 1.5.4 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization 1.9.10 -> 1.9.20 age adoption passing confidence
org.jetbrains.kotlin.jvm 1.9.10 -> 1.9.20 age adoption passing confidence
org.jetbrains.kotlin.android 1.9.10 -> 1.9.20 age adoption passing confidence

Release Notes

google/ksp (com.google.devtools.ksp) ### [`v1.9.20-1.0.14`](https://togithub.com/google/ksp/releases/tag/1.9.20-1.0.14) [Compare Source](https://togithub.com/google/ksp/compare/1.9.20-1.0.13...1.9.20-1.0.14) ##### issues fixed - [#​1474](https://togithub.com/google/ksp/issues/1474) Unresolvable types in annotation value are incorrectly displayed as null values instead of error types. - [#​1522](https://togithub.com/google/ksp/issues/1522) KspTaskNative is not configuration cacheable - [#​1554](https://togithub.com/google/ksp/issues/1554) KSP Incremental Processing: Removing a file does not remove transitively generated files - [#​1555](https://togithub.com/google/ksp/issues/1555) KSP Incremental Processing: Clean source files should have generated output cache accessible via Resolver. - [#​1568](https://togithub.com/google/ksp/issues/1568) KSP resolves dependencies too early ### [`v1.9.20-1.0.13`](https://togithub.com/google/ksp/releases/tag/1.9.20-1.0.13) [Compare Source](https://togithub.com/google/ksp/compare/1.9.10-1.0.13...1.9.20-1.0.13) Bumping Kotlin to 1.9.20 for KSP 1.0.13.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

private-yusuke commented 10 months ago

https://github.com/private-yusuke/interscheckin/actions/runs/6701797539/job/18209780324?pr=227#step:4:184 exportSchema を false にしても良い気がする(マトモに schema を管理していないので)

private-yusuke commented 10 months ago

https://github.com/private-yusuke/interscheckin/commit/b9e56ee06de98f25c60daf4dbefbd8ad5d56bca9 で Compose Compiler のバージョンも上がった結果テストが通ったらしい(それでいいならいいですが、なんで……??)