Oleksii Malovanyi
05/03/2018, 1:44 PMElement proper name (e.g. method name) if internal is applied for property? E.g. for
@MyAnnotation
class MyClass {internal val some = "sample"}
kapt gives me wrong name for val getter (it’s getSome$my-module-name() while true is getSome$production_sources_for_module_my-module-name_main()
Could it be the issue with the stubbing?