Hi guys I'm having a problem with Kotlin. `paint =...
# android
n
Hi guys I'm having a problem with Kotlin.
paint = Paint(Paint.ANTI_ALIAS_FLAG | Paint.DITHER_FLAG)
doesn't work. The IDE shows the "Unresolved reference: Paint" error for the Paint flag after the |