Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List of typed alias is throwing Unexpected type name for KSType #1

Closed
cp-yfukuda opened this issue Mar 29, 2022 · 1 comment
Closed

Comments

@cp-yfukuda
Copy link

For KSP processing, When I have typed alias,
processor shows
[ksp] java.lang.IllegalStateException: Unexpected type name for KSType: org.test.Identifier< com.mypackage.DataProvider>

Simple example that demonstrate this error is below link.
I have simple example here

In Test.kt, Adding foreign key

@ColumnInfo(name = "related_ids") val relatedId: List

Seems to produce same error.

I have brought this up to ksp team. Conversation is here. reference
And I was suggested to bring it up to the room team.

@cp-yfukuda
Copy link
Author

I thought this is an official room repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant