I am trying to add multiple @DeleteColumn to an Au...
# room
m
I am trying to add multiple @DeleteColumn to an AutoMigrationsSpec, however I get this error
Repeatable annotations with non-SOURCE retention are not yet supported
Im confused, is multiple @DeleteColum not supported? It`s annotated with @Repeatable
y
unfortunately, repeatable annotations are not supported in kotlin yet. you need to use the container annotation from kotlin.
m
Thanks Yigit, I figured it out eventually 😛
sorry i don't follow this slack very closesly 🤷
😅 1
m
keep up the good work! 😄