realm-kotlin
realm-kotlin copied to clipboard
Static analysis shouldn't trigger building native libs
Running detekt and ktlint was causing the compiler plugin to trigger a build of the native code due to the way the dependency was set up.
Adding an option that ignores the native code allows us to run the static analysis before doing a full build.