VitKap
VitKap
@madisp Can you please describe where did you add `export JAVA_HOME=...` and what value may it has? When I type `java` in my Android Studio terminal, it looks OK -...
@madisp No, I'm not using `asdf` - I've never heard of this tool before. Do you have an idea how to make SQLDelight plugin work?
@stumi01 Is this repaired also in the stable version -> 1.5.5? Or which version will contain this fix? Thanks for info.
Just set the listener in `OnAttachFragment` or create an `OnFragmentAttachListener` and after rotation the listener will be OK. ``` @Override public void onAttachFragment(@NonNull Fragment childFragment) { super.onAttachFragment(childFragment); if (childFragment instanceof...