Introduce compat source sets and move all kotlin sources to the main directory [no changelog]
9 lines
111 B
Kotlin
9 lines
111 B
Kotlin
|
|
|
|
package moe.nea.firmament.gui.config
|
|
|
|
abstract class ManagedConfigElement {
|
|
abstract val name: String
|
|
|
|
}
|