ModuleChangeEvent
data class ModuleChangeEvent(val type: ModuleChangeType, val fileName: String, val fullPath: String, val moduleRoot: String, val relativePath: String, val timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)