is there more detail on this feature mentioned in ...
# eap
z
is there more detail on this feature mentioned in the 1.9.0-Beta release notes? https://youtrack.jetbrains.com/issue/KT-57930
1
d
cc @Ilya Kirillov [JB]
i
Hi Zac! The mentioned API is a part of the Kotlin Analysis API, which is not public yet, so no documentation is available. You can take a look at the KDocs of this API, see https://github.com/JetBrains/kotlin/tree/master/analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/resolve/extensions Feel free to ask me any specific questions you have
z
I have a friend that’s a programming systems professor at a university here and may be interested once there’s more docs available or an idea of what kinds of tools this seeks to unlock. He also has Ph.D. candidates under him, so always on the lookout for good static analysis and research project opportunities.
i
You can find some basic documentation about Analysis API itself on the GitHub: https://github.com/JetBrains/kotlin/blob/master/docs/analysis/analysis-api/analysis-api.md
z
thanks!