I have this error in IDE. ```Use of enum entry nam...
# getting-started
m
I have this error in IDE.
Copy code
Use of enum entry names as types is not allowed, use enum type instead
My Code https://pastebin.com/jfgSNRJu
e
Copy code
val vehicletype: EntityType.BOAT
EntityType.BOAT
is not a type,
EntityType
is
m
ok
thank you