Is it possible to create custom lint checks in a K...
# multiplatform
j
Is it possible to create custom lint checks in a KMM project? I want to make a custom annotation and have the method/s that are annotated with my annotation highlighted in the IDE with a warning when it is used. Everything I have seen about custom lint checks is with normal android apps
p
Nope, but it's being worked on
👍 2
m
It's easy to create a custom Detekt rule and Detekt has a Intelllij and Android Studio plugin to highlight violations that it finds.
171 Views