Katex
                                
                                 Katex copied to clipboard
                                
                                    Katex copied to clipboard
                            
                            
                            
                        Refactor project to use AndroidX
Refactoring to use the AndroidX namespace prevents a LayoutInflationException from getting thrown when the LayoutInflator attempts to inflate the view class. This is caused by a reference to ContextCompat in MathView.java. Migrating the whole library to AndoidX fixes this issue.
can we merge this?