Unfortunately the experimental Java-to-Kotlin converter is outputting 'garbage' results for me:
• Nested comment blocks are being left un-matched resulting in half the output being 'commented out'
• Confused output for properties e.g.
Copy code
override var customText6: String? = null public get() {
return field
}
...is this ☝️ backed by a variable or computed? 🤦
g
gildor
11/24/2019, 6:38 AM
I would report an issue with example of Java code that converted incorrectly