deviant
03/30/2018, 9:10 PM@nativeGetter
in code which is deprecated and message is: "Use inline extension function with body using dynamic" which i don't fully understand.
the code looks like:
@nativeGetter
operator fun get(name: String): FirebaseServiceFactory?
@nativeSetter
operator fun set(name: String, value: FirebaseServiceFactory)
gildor
03/31/2018, 4:49 PMexternal inline operator fun MyClass.get(name: String): FirebaseServiceFactory?
Not sure but deprecation warning probably about this caseanton.bannykh
04/02/2018, 1:59 PMbashor
04/02/2018, 4:58 PM