<@U1H2QGNDC> issues that are "probably" "maybe" th...
# getting-started
m
@bamdmux issues that are "probably" "maybe" there are not really good discussion material imho. In my experience RxSwift doesn't have such null pointer issues since it’s implemented in Swift and the one or two 3rd party ObjC libs that I still use are properly annotated. The Swift community is quite dedicated in porting ObjC libs to Swift to take advantage of the new language features. Since the usage of ObjC is less broad then Java that’s way easier than converting most Java libs to Kotlin. Still the bridging is quite nice and seamless with Kotlin apart from some issues that arise from the choices that had to be made as explained in the video that was posted above.