Modules and reification

I've been reading youtrack to try and find out if certain things are working but haven't been able to figure out the status of:

  1. Reified generics. The source has some <reified T> annotations. Do they do anything?

  2. Modules. The doc is outdated. Do modules work at all? Should we be using them yet?

Thanks

Curtis

1. Reified generics. The source has some <reified T> annotations. Do they do anything?

Generally not supported yet. "<reified T>" works for arrays, for obvious reasons, but that's about it.

2. Modules. The doc is outdated. Do modules work at all? Should we be using them yet?

It' one of the features we are working on now, i.e. does not work yet