Fredrik Larsen
09/10/2021, 11:52 AMandroidx.annotation.FloatRange
to work in IntelliJ?
By work I mean the IntelliJ linter to pick up on incorrect arguments. E.g. @FloatRange(from = 0.0, to = 1.0)
wasyl
09/10/2021, 11:56 AMwasyl
09/10/2021, 11:56 AMFredrik Larsen
09/13/2021, 5:00 PMwasyl
09/13/2021, 5:02 PMandroidx.annotation.*
annotations are picked up by Android Lint integration in IJ, as far as I understand. Perhaps there is a org.jetbrains.annotations.*
equivalent that IJ understands nativelyFredrik Larsen
09/13/2021, 5:06 PMFredrik Larsen
09/14/2021, 8:22 AMwasyl
09/14/2021, 8:25 AMandroid plugin enabled
I meant I have an android project 😕Fredrik Larsen
09/14/2021, 8:26 AMwasyl
09/14/2021, 8:27 AM