No, but it is actually allowed to instantiate frag...
# tornadofx
e
No, but it is actually allowed to instantiate fragments manually. They will enter the life cycle in the right place no matter how they are instantiated, so you can just create them when needed. Hence you should be able to support other scopes as well. If you see the need for custom scopes I would like to investigate if this is something Fragment could support natively though. Let me know!