HotReloadable

interface HotReloadable<T>

Base interface for creating a hot-reloadable app. Note that these are required to be top-level classes as they are instantiated via reflection on hot-reload. Thus, they cannot require constructor parameters.

Functions

Link copied to clipboard
abstract fun create(): T