Eugen Martynov
03/11/2021, 9:28 AM.kotlin_module
files are used? I can not open it in IDE unfrotunatelylouiscad
03/11/2021, 9:37 AMEugen Martynov
03/11/2021, 9:53 AMEugen Martynov
03/11/2021, 9:53 AMlouiscad
03/11/2021, 9:54 AMEugen Martynov
03/11/2021, 9:55 AMEugen Martynov
03/11/2021, 9:55 AMThe original purpose of .kotlin_module files is to store the package parts mapping to the compiled class files. The compiler uses them to resolve top-level function calls in a library attached to the project. Also, Kotlin reflection uses the .kotlin_module files to construct the top level members metadata at runtime. See more: Improving Java Interop: Top-Level Functions and Properties
louiscad
03/11/2021, 9:56 AMEugen Martynov
03/11/2021, 10:30 AM