Does Crashlytics work with Google Play Instant and if so, how do you setup your project correctly?
Besides what the accepted answer says, I also needed to add the next lines at the build.gradle file of the application (apk) module to get it running.
repositories { maven { url 'https://maven.fabric.io/public' } }