Skip to content

Feat/add kotlin file support - #1075

Closed
fatkobra wants to merge 6 commits into
MemPalace:developfrom
fatkobra:feat/add-kotlin-file-support
Closed

Feat/add kotlin file support#1075
fatkobra wants to merge 6 commits into
MemPalace:developfrom
fatkobra:feat/add-kotlin-file-support

Conversation

@fatkobra

Copy link
Copy Markdown
Contributor

What does this PR do?

Closes #1070

  • add .kt to READABLE_EXTENSIONS in mempalace/miner.py
  • add a regression test showing Kotlin files are included by scan_project

How to test

  • ruff format mempalace/miner.py tests/test_miner.py
  • ruff check mempalace/miner.py tests/test_miner.py
  • python -m pytest tests/test_miner.py -v
  • python -m pytest tests/ -v

Checklist

  • Tests pass (python -m pytest tests/ -v)
  • No hardcoded paths
  • Linter passes (ruff check .)

@igorls igorls added enhancement New feature or request area/mining File and conversation mining labels Apr 24, 2026
@fatkobra

Copy link
Copy Markdown
Contributor Author

#1368 covers this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/mining File and conversation mining enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for Kotlin files

2 participants