mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Merge pull request #898 from ZacSweers/z/excludeMore
Don't reflect on kotlinx and update doc
This commit is contained in:
@@ -39,9 +39,11 @@ import static com.squareup.moshi.internal.Util.resolve;
|
||||
*
|
||||
* <ul>
|
||||
* <li>android.*
|
||||
* <li>androidx.*
|
||||
* <li>java.*
|
||||
* <li>javax.*
|
||||
* <li>kotlin.*
|
||||
* <li>kotlinx.*
|
||||
* <li>scala.*
|
||||
* </ul>
|
||||
*/
|
||||
|
@@ -98,6 +98,7 @@ public final class Util {
|
||||
|| name.startsWith("java.")
|
||||
|| name.startsWith("javax.")
|
||||
|| name.startsWith("kotlin.")
|
||||
|| name.startsWith("kotlinx.")
|
||||
|| name.startsWith("scala.");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user