Skip to content

Commit

Permalink
moved property delegate to core
Browse files Browse the repository at this point in the history
  • Loading branch information
Morfly committed Oct 29, 2023
1 parent 0c5e04a commit 50fe71a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package io.morfly.airin
import java.io.Serializable
import kotlin.reflect.KProperty

class PropertyDelegate<V : Any>(private val defaultValue: V) : Serializable {
class PropertyDelegate<V : Any>(val defaultValue: V) : Serializable {

operator fun provideDelegate(
holder: PropertiesHolder, property: KProperty<*>
Expand Down

0 comments on commit 50fe71a

Please sign in to comment.