Update public api dump
This commit is contained in:
+4
@@ -3862,6 +3862,10 @@ public abstract class kotlin/properties/ObservableProperty : kotlin/properties/R
|
||||
public fun setValue (Ljava/lang/Object;Lkotlin/reflect/KProperty;Ljava/lang/Object;)V
|
||||
}
|
||||
|
||||
public abstract interface class kotlin/properties/PropertyDelegateProvider {
|
||||
public abstract fun provideDelegate (Ljava/lang/Object;Lkotlin/reflect/KProperty;)Ljava/lang/Object;
|
||||
}
|
||||
|
||||
public abstract interface class kotlin/properties/ReadOnlyProperty {
|
||||
public abstract fun getValue (Ljava/lang/Object;Lkotlin/reflect/KProperty;)Ljava/lang/Object;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user