Henrik Persson

Results 2 comments of Henrik Persson

@sfariv Do you have a static reference to the adapter anywhere outside the HorizontalListView?

Adding something like this to the BUILD that uses the kt_ksp_plugin "fixed" it for me: ``` java_plugin( name = "convince_intellij_this_module_generates_code", srcs = ["Empty.java"], generates_api = True, ) ```