Variable: projectile-project-compilation-dir
projectile-project-compilation-dir is a variable defined in
projectile.el.
Value
nil
Documentation
The directory to use with projectile-compile-project.
The directory path is relative to the project root. Should be set via .dir-locals.el.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-project-compilation-dir nil
"The directory to use with `projectile-compile-project'.
The directory path is relative to the project root.
Should be set via .dir-locals.el.")