The function enrichKEGG() does not seem to support the readable = TRUE/FALSE parameter, unlike enrichGO(). However, the resulting S4 object returned by enrichKEGG() still contains a logical slot named "readable".
Is this an intentional design choice, or is there a way to enable gene ID to gene symbol conversion in enrichKEGG() results, similar to what enrichGO(readable = TRUE) provides?