-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Overview The `containingFile` of `KSClassDeclaration` is nullable. Update the processing to handle a null containingFile. I was able to pull, modify, and build the project artifacts. This change fixes the NullPointerException (my local project build now fully completes) and I am able to see the generated Q entities from the external library. Both my Child class entity and Parent Entity in the external library are generated. ### Testing Run build to completion (`mvn -Pquickbuild,all clean install`), pulled in artifacts to my project, built & ran without issues. ### Note Please let me know if `master` is the correct branch to get a quick fix out. Thanks!
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 deletions.
There are no files selected for viewing
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
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