Introduce compat source sets and move all kotlin sources to the main directory [no changelog]
8 lines
232 B
Kotlin
8 lines
232 B
Kotlin
package moe.nea.firmament.events
|
|
|
|
import io.github.moulberry.repo.NEURepository
|
|
|
|
data class ReloadRegistrationEvent(val repo: NEURepository) : FirmamentEvent() {
|
|
companion object : FirmamentEventBus<ReloadRegistrationEvent>()
|
|
}
|