Emanuel Moecklin

Results 8 issues of Emanuel Moecklin

## Is your feature request related to a problem? Please describe. I used hasSize(100) expecting the validation to be at most 100 characters long which isn't what's happening though. The...

- [x] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## πŸ› Describe the bug Migrating a material3 dependency will use the same version as the regular material dependency (1.2.1...

- [x] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## πŸ› Describe the bug Dependencies with exclude are migrated and won't compile any more. E.g. ``` implementation("androidx.preference:preference-ktx:_") { exclude(group...

- [x] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## πŸ› Describe the bug I have a file Build.kt in `buildSrc` with some version numbers: ``` object Build {...

- [x] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## πŸ› Describe the bug when running a a migration this: ``` sqldelight { database("SudokuDatabase") { packageName = "com.mydomain.myapp" sourceFolders...

- [x] I have read the [guidelines for submitting issues](https://jmfayard.github.io/refreshVersions/contributing/submitting-issues/) ## πŸ› Describe the bug ``` implementation(Koin.core) implementation("io.insert-koin:koin-annotations:1.0.3") project.dependencies.add("ksp", "io.insert-koin:koin-ksp-compiler:1.0.3") ``` running refreshVersionsMigrate --mode=VersionsPropertiesOnly will replace the 1.0.3 version with...

When analyzing our Gradle builds, we see that the Kotlin compile task cannot be cached by Gradle. The error message always shows for the app module and sometimes also for...

Thank you for fixing https://github.com/square/anvil/issues/1040. While testing it I found that there's still an issue injecting `Provider` ``` open class BaseClass { // this doesn't compile @Inject lateinit var provider:...