evant / kotlin-inject

Dependency injection lib for kotlin
Apache License 2.0
1.29k stars 60 forks source link

Upgrade KotlinPoet to the latest version #452

Closed vRallev closed 3 weeks ago

vRallev commented 3 weeks ago

Upgrade KotlinPoet to 2.0.0, which comes with fixes for line wrapping. kotlin-inject ran into these edge cases for larger components where wrong line wrapping made the code not compile. The latest version of KotlinPoet fixes these issues.

KotlinPoet depends on Kotlin 2.0.10, therefore upgrade Kotlin and KSP at the same time.