I want to validate the length of the enum constructor parameters, but it seems that androidx.annotation.Size annotation doesn\'t work with Kotlin enums.
androidx.annotation.Size
How