You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently they don't which results in compiler warnings and breaks the ability to use allWarningsAsErrors
> Task :compileKotlinIosX64
w: file:///Users/zacsweers/dev/android/personal/FieldSpottr/build/generated/ksp/iosX64/iosX64Main/kotlin/dev/zacsweers/fieldspottr/di/FSComponent.iosCreateComponent.kt:5:1 Annotation `@CreateComponent` is missing on actual declaration.
All annotations from expect `dev.zacsweers.fieldspottr.di.createComponent` must be present with the same arguments on actual `dev.zacsweers.fieldspottr.di.createComponent`, otherwise they might behave incorrectly.
The text was updated successfully, but these errors were encountered:
Copy all annotations from `expect fun` functions annotated with `@CreateComponent` to the generated `actual fun` functions to avoid a Kotlin compiler warning.
Fixes#72
Copy all annotations from `expect fun` functions annotated with `@CreateComponent` to the generated `actual fun` functions to avoid a Kotlin compiler warning.
Fixes#72
Currently they don't which results in compiler warnings and breaks the ability to use
allWarningsAsErrors
The text was updated successfully, but these errors were encountered: