After updating to 2.0.3 I'm getting the following ...
# ksp
t
After updating to 2.0.3 I'm getting the following error with Wire, but I'm not sure if it's a KSP, Wire or me error.
Copy code
A problem was found with the configuration of task ':modules:wear:wear-models:kspDebugKotlin' (type 'KspAATask').
  - Gradle detected a problem with the following location: '/modules/wear/wear-models/build/generated/source/wire/debug'.
    
    Reason: Task ':modules:wear:wear-models:kspDebugKotlin' uses this output of task ':modules:wear:wear-models:generateDebugProtos' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed.
    
    Possible solutions:
      1. Declare task ':modules:wear:wear-models:generateDebugProtos' as an input of ':modules:wear:wear-models:kspDebugKotlin'.
      2. Declare an explicit dependency on ':modules:wear:wear-models:generateDebugProtos' from ':modules:wear:wear-models:kspDebugKotlin' using Task#dependsOn.
      3. Declare an explicit dependency on ':modules:wear:wear-models:generateDebugProtos' from ':modules:wear:wear-models:kspDebugKotlin' using Task#mustRunAfter.
    
    For more information, please refer to <https://docs.gradle.org/9.0.0/userguide/validation_problems.html#implicit_dependency> in the Gradle documentation.
h
Just look at the last question above
t
Arf thanks, I stopped at KMP on the issue you opened without reading all :(