<@U78L28DMX> The error message is saying "Unresolv...
# tornadofx
e
@amanda.hinchman-dominguez The error message is saying "Unresolved reference -> DataGridPaginator", so that means that the compiler can't find the file. That would happen if you compile against a version of TornadoFX prior to when I added the paginator. Can you try just
mvn clean compile
from the command line?