Has anyone built a @StringDef in Kotlin and called...
# android
j
Has anyone built a @StringDef in Kotlin and called it from Java yet? Having some weird lint issues
d
could you provide exact lint complaints?
j
It’s giving me something like:
Must be one of: "TYPE1", "TYPE2", "TYPE3"
though the code is using that;
GeofenceHelper(PotentialLeadActivity.this).sendUserLocationUpdate(location, DefsKotlin.TYPE1)