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
I am doing secondary development of detekt-intellij-plugin. When I use the two libraries detekt and android-lint, there are some kotlin-related class conflicts. The kotlin method in android lint cannot be loaded. Android lint can run normally only when kotlin-compiler-embeddable is excluded. But at this time, the kotlin method in detekt starts to be error. I guess this is because detekt uses kotlin-compiler-embeddable instead of kotlin-compiler. But I don’t know how should it be solved.
I am doing secondary development of detekt-intellij-plugin. When I use the two libraries
detekt
andandroid-lint
, there are some kotlin-related class conflicts. The kotlin method in android lint cannot be loaded.Android lint
can run normally only whenkotlin-compiler-embeddable
is excluded. But at this time, the kotlin method indetekt
starts to be error. I guess this is becausedetekt
useskotlin-compiler-embeddable
instead ofkotlin-compiler
. But I don’t know how should it be solved.Here is my dependency in build.gradle
The text was updated successfully, but these errors were encountered: