/* * Per-package override for foo. * Lives at /usr/local/kappa/system/builds/foo.kap * * Uses system config syntax — only features/config need to be specified. * The rest inherits from the package definition and system config. */ packages { foo { features { debug = true } config { port = "9090" } } }