Having some lifecycle confusion when setting up co...
# tornadofx
s
Having some lifecycle confusion when setting up coroutine scopes for my project. When exactly does
onCreate()
get called? It's not when the View is first created. Dokka docs just say this
Create callback which is triggered when the Creaste button in the Workspace is clicked
which.. idk what that means.