Skip to content

Instantly share code, notes, and snippets.

@st235
Created August 31, 2017 13:01
Show Gist options
  • Save st235/0a9b057504e9568714bbd6acd94974cb to your computer and use it in GitHub Desktop.
Save st235/0a9b057504e9568714bbd6acd94974cb to your computer and use it in GitHub Desktop.
Room lint config
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="RestrictedApi">
<ignore regexp=".*/.*_Impl.*" />
</issue>
</lint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment