Open psteiger opened 9 months ago
Code looks great; could we add a test?
Some extra investigation notes regarding the room-compiler-processing library:
2.6.0-alpha02
is closer to the latest version 2.6.1
than I originally thoughthasCollectionType
is introduced in part to handle some KSP type equality checks, which even the current version of room-compiler-processing has some special override
Description:
When we have self types (implemented by recursive generics), Motif fails with
StackOverflowError
:The following code seems to trigger that condition:
This PR changes
XType.hasCollectionType()
implementation to:Test
Created a local build, built and ran one of our apps with the local build.