English

Depends-Kotlin: A Cross-Language Kotlin Dependency Extractor

Software Engineering 2024-08-22 v3

Abstract

Since Google introduced Kotlin as an official programming language for developing Android apps in 2017, Kotlin has gained widespread adoption in Android development. However, compared to Java, there is limited support for Kotlin code dependency analysis, which is the foundation to software analysis. To bridge this gap, we develop Depends-Kotlin to extract entities and their dependencies in Kotlin source code. Not only does Depends-Kotlin support extracting entities' dependencies in Kotlin code, but it can also extract dependency relations between Kotlin and Java. Using three open-source Kotlin-Java mixing projects as our subjects, Depends-Kotlin demonstrates high accuracy and performance in resolving Kotlin-Kotlin and Kotlin-Java dependencies relations. The source code of Depends-Kotlin and the dataset used have been made available at https: //github.com/XYZboom/depends-kotlin. We also provide a screen-cast presenting Depends-Kotlin at https://youtu.be/ZPq8SRhgXzM.

Cite

@article{arxiv.2401.16865,
  title  = {Depends-Kotlin: A Cross-Language Kotlin Dependency Extractor},
  author = {Qiong Feng and Xiaotian Ma and Huan Ji and Wei Song and Peng Liang},
  journal= {arXiv preprint arXiv:2401.16865},
  year   = {2024}
}

Comments

The 39th IEEE/ACM International Conference on Automated Software Engineering (ASE), Tool Demonstrations Track

R2 v1 2026-06-28T14:31:30.092Z