All-open compiler plugin require to pre-feed the annotations. In our case, annotations cannot be pre-fed
Yes it surely opens the classes in compilation phase.
That's why , wanted to know if there is any way we can tweak
kotlinc
to turn off the failure
r
raulraja
06/15/2020, 12:36 PM
what is the failure? All errors can usually be suppressed explicitly with @Suppress(“ERROR_CONSTANT_NAME”)
t
tynn
06/15/2020, 1:24 PM
You have to consider that even when you succeed, you need to achieve the same on runtime as well.
r
Rohan Maity
06/15/2020, 1:27 PM
This the error ``/NativeGreetingResourceIT.kt:[6,34] This type is final, so it cannot be inherited from GreetingResourceTest``