diff options
| author | 2025-03-03 21:48:34 +0000 | |
|---|---|---|
| committer | 2025-03-05 15:05:41 -0800 | |
| commit | 8053ac01a06359d0385f6dc20e72a6e86088d959 (patch) | |
| tree | 2d091738b220bf97119733fb4a91d47a333da9ec /api/coverage/tools | |
| parent | 9aae943b89d8f2f6787936c34039e739336340fc (diff) | |
Fixes for Kotlin 2.1
Replace appendln with appendLine to make Kotlin 2.1 happy.
This fixes the following error when compiling with 2.1.10:
```
error: 'fun Appendable.appendln(value: CharSequence?): Appendable'
is deprecated. Use appendLine instead.
```
Fix nullability in various usages of
`com.google.common.truth.Subject.Factory`:
- IgnoreableExpect
- TransitionStateSubject
- DpOffsetSubject
Bug: 399463072
Test: m intdef-annotation-processor
Change-Id: I11eadb3e26dd09bfc7b92c07ccad68f56f1ebba2
(cherry picked from commit 63c841008072838c91dc2b563e947a04630f78ab)
Diffstat (limited to 'api/coverage/tools')
0 files changed, 0 insertions, 0 deletions