-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate and simplify kotlinx-metadata interop (#1151)
* Remove immutable nodes * Inline ReflectiveClassInspector and move off of immutable nodes API * Inline ElementsClassInspector and move off of immutable nodes API * Nix old comment Can't be a value class anyway since it's nullable * Use stable comparators for Km types as keys Km types don't usually implement equals/hashcode * Update specs tests * Unify impls to single interop:kotlinx-metadata * Consolidate in specs tests * Consolidate kmTypes and standardize plurals naming * Clean up internal tools now that we can use `internal` * Rename Flags to lowercase plural flags * More package cleanups * Add missing copyright headers * Update docs * Doc fixes * Point to package * Make guava and autocommon implementation deps
- Loading branch information
Showing
42 changed files
with
771 additions
and
1,609 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
interop/kotlinx-metadata/classinspectors/elements/gradle.properties
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
interop/kotlinx-metadata/classinspectors/reflect/gradle.properties
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.