-
Does the deprecation warning about kapt is always shown, regardless of Moshi already being used with ksp? |
Beta Was this translation helpful? Give feedback.
Answered by
ZacSweers
Oct 27, 2023
Replies: 1 comment 8 replies
-
If it's being shown, it means Moshi is being loaded into kapt/apt and you should remove it from that configuration. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
ZacSweers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If it's being shown, it means Moshi is being loaded into kapt/apt and you should remove it from that configuration.