We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ef59b commit 07cdd93Copy full SHA for 07cdd93
core/src/main/kotlin/io/github/rothes/esu/core/module/configuration/BaseModuleConfiguration.kt
@@ -5,7 +5,7 @@ import io.github.rothes.esu.core.configuration.meta.MoveToTop
5
6
open class BaseModuleConfiguration(
7
@MoveToTop
8
- val moduleEnabled: Boolean = false,
+ private val moduleEnabled: Boolean = false,
9
): EnableTogglable, ConfigurationPart {
10
11
override val enabled: Boolean
0 commit comments