mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
IntelliJ errors due to missing generated sources dir #72
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @odenix on GitHub (Feb 16, 2024).
When I open the Gradle project in IntelliJ, pkl-core/generated/truffle isn’t marked as generated sources dir. As a result, I’m getting hundreds of “unresolved symbol” errors in Java source files. Is this a known issue?
@odenix commented on GitHub (Feb 20, 2024):
Fixed by #207.