Just tried moving up to 1.3.0-rc-146, and it fails...
# eap
t
Just tried moving up to 1.3.0-rc-146, and it fails on a simple class that derives from a one property interface. 😞
Copy code
error: no interface expected here
public final class Product extends NameProtocol {
g
Looks like Java code
t
That is what is shows when i click on the error. Looks like the kapt3 output (
Copy code
app/build/tmp/kapt3/stubs/debug
d
Sorry for the inconvenience 😞 Can you please report an issue at kotl.in/issue?
g
Ah, stub. There is known KAPT issue in 1.3: https://youtrack.jetbrains.com/issue/KT-27407 But looks that in this case it related somehow on generics
d
It maybe the same issue, but for me it looks a bit different. @tylerwilson could you please submit it somewhere (either in a separate issue or in comments of KT-27407, as you prefer) anyway?
t
Okay, I was able to narrow down the case and created an issue: https://youtrack.jetbrains.com/issue/KT-27506 Thank you!
👍 1
d
Thank you a lot for the minimal repro! We'll look into it