How to fix React Native Android error: Duplicate class kotlin.text.jdk8

Issue: When building a react native app for Android, you might suddenly come across the following error. This error might be caused by a mix-up of different plugins that you use. In my case it suddenly showed up after I implemented a plugin for an InAppBrowser support. Fix error by adding dependency constraint In order… Continue reading How to fix React Native Android error: Duplicate class kotlin.text.jdk8