### Description  Naming the implementation directory according to the project name seems unnecessary. It is recommended to hardcode it to `internal` or `impl`. See also, https://github.com/cashapp/sqldelight/blob/5088d8c63479ccf529c4c76d43cbd93e4a10dfda/sqldelight-gradle-plugin/src/main/kotlin/app/cash/sqldelight/core/SqlDelightEnvironment.kt#L77 https://github.com/cashapp/sqldelight/blob/5088d8c63479ccf529c4c76d43cbd93e4a10dfda/sqldelight-compiler/src/main/kotlin/app/cash/sqldelight/core/compiler/SqlDelightCompiler.kt#L75-L96