Skip to content

Commit

Permalink
Update kotlin.inject to v0.7.2 (#371)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[me.tatarka.inject:kotlin-inject-runtime](https://redirect.github.com/evant/kotlin-inject)
| `0.7.1` -> `0.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/me.tatarka.inject:kotlin-inject-runtime/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/me.tatarka.inject:kotlin-inject-runtime/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/me.tatarka.inject:kotlin-inject-runtime/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/me.tatarka.inject:kotlin-inject-runtime/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[me.tatarka.inject:kotlin-inject-compiler-ksp](https://redirect.github.com/evant/kotlin-inject)
| `0.7.1` -> `0.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/me.tatarka.inject:kotlin-inject-compiler-ksp/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/me.tatarka.inject:kotlin-inject-compiler-ksp/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/me.tatarka.inject:kotlin-inject-compiler-ksp/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/me.tatarka.inject:kotlin-inject-compiler-ksp/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>evant/kotlin-inject
(me.tatarka.inject:kotlin-inject-runtime)</summary>

###
[`v0.7.2`](https://redirect.github.com/evant/kotlin-inject/blob/HEAD/CHANGELOG.md#072-2024-09-13)

##### Changed

-   kotlin updated to 2.0.0

##### Fixed

-   Fixed various issues with qualifier annotations.
- Fixed issue with inner class or companion inside a component extending
the component interface causing an error.
-   Fixed crash when attempting to display a type parameter.
- Added ksp work-around when running multiple rounds to prevent a
FileAlreadyExistsException on a duplicate symbol.
- Fixed injecting into a java constructor that doesn't have a
nullability annotation defined.
-   Fixed various issues when resolving cycles.

</details>

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/julioromano/mooviez).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 13, 2024
1 parent 9105d05 commit 78cd1f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ coil = "2.7.0"
google-accompanist = "0.36.0"
google-glance-tooling = "0.2.2"
kotlin = "2.0.20"
kotlin-inject = "0.7.1"
kotlin-inject = "0.7.2"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.2"
plugin-android = "8.6.0"
Expand Down

0 comments on commit 78cd1f6

Please sign in to comment.