Also `Task :generateDefReact` for the React pod ge...
# kotlin-native
k
Also
Task :generateDefReact
for the React pod generates some bad defs. Not sure where that should be reported
Copy code
error: /path/to/project/build/classes/kotlin/ios/main/LibraryName-cinterop-React.klib-build/kotlin/cocoapods/React/React.kt: (2970, 23): 'toString' hides member of supertype 'NSObject' and needs 'override' modifier

error: /path/to/project/build/classes/kotlin/ios/main/LibraryName-cinterop-React.klib-build/kotlin/cocoapods/React/React.kt: (15835, 25): 'public final var attributedText: NSAttributedString defined in cocoapods.React.RCTUITextView' clashes with 'public final var attributedText: NSAttributedString? defined in cocoapods.React.RCTBackedTextInputViewProtocolProtocol': property types do not match
k
Already working on a example project to reproduce the issue 👍
👍🏼 2