Enforce the kotlinc build path + single-.iml guard #6
Labels
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BlackLobster/Client#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Builds/runs must go through
build-client.sh(full kotlinc -> standalone jar) andrun-client.sh, not IntelliJ's incremental compiler, which has twice run stale classes after stray/duplicate.imlsource roots. Add a guard (script or CI check) asserting exactly one.imlexists and document the workflow in the repo README.Source:
.memory/Bugs/client_build_src_java_backup_shadow.md;build-client.sh.