realm-kotlin icon indicating copy to clipboard operation
realm-kotlin copied to clipboard

Static analysis shouldn't trigger building native libs

Open cmelchior opened this issue 3 years ago • 0 comments

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.

cmelchior avatar Jun 16 '22 12:06 cmelchior