JuulLabs / exercise

Annotation processor for Android activity intent extras.
https://juullabs.github.io/exercise/
Apache License 2.0
8 stars 2 forks source link

Update dependency com.squareup:kotlinpoet to v1.18.1 #314

Closed juul-mobile-bot closed 2 months ago

juul-mobile-bot commented 2 months ago

This PR contains the following updates:

Package Type Update Change
com.squareup:kotlinpoet dependencies patch 1.18.0 -> 1.18.1

Release Notes

square/kotlinpoet (com.squareup:kotlinpoet) ### [`v1.18.1`](https://togithub.com/square/kotlinpoet/releases/tag/1.18.1) [Compare Source](https://togithub.com/square/kotlinpoet/compare/1.18.0...1.18.1) Thanks to [@​mitasov-ra](https://togithub.com/mitasov-ra) for contributing to this release. - Fix: Workaround for [KT-18706](https://youtrack.jetbrains.com/issue/KT-18706): KotlinPoet now generates import aliases without backticks ([#​1920](https://togithub.com/square/kotlinpoet/issues/1920)). ```kotlin // before, doesn't compile due to KT-18706 import com.example.one.`$Foo` as `One$Foo` import com.example.two.`$Foo` as `Two$Foo` // now, compiles import com.example.one.`$Foo` as One__Foo import com.example.two.`$Foo` as Two__Foo ```

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

github-actions[bot] commented 2 months ago

Test Results

 5 files  Β±0   5 suites  Β±0   20s :stopwatch: +3s 17 tests Β±0  17 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0  19 runsβ€Š Β±0  19 :white_check_mark: Β±0  0 :zzz: Β±0  0 :x: Β±0 

Results for commit f3380e9e. ± Comparison against base commit 1b5de9de.

:recycle: This comment has been updated with latest results.