Refactor source layout
Introduce compat source sets and move all kotlin sources to the main directory [no changelog]
This commit is contained in:
8
src/main/kotlin/gui/config/ManagedConfigElement.kt
Normal file
8
src/main/kotlin/gui/config/ManagedConfigElement.kt
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
package moe.nea.firmament.gui.config
|
||||
|
||||
abstract class ManagedConfigElement {
|
||||
abstract val name: String
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user