blob: 5676fbf2442b06a2dcb6f790a619ac2b52a34ce7 (
plain)
1
2
3
4
5
6
7
8
9
|
# Descriptors: compiler
An internal module that encapsulates external compiler (`org.jetbrains.kotlin:kotlin-compiler`) dependencies.
Parses Kotlin sources.
Exists primarily to make sure that unreliable and coupled external dependencies are somewhat abstracted away,
otherwise everything gets tangled together and breaking changes in such dependencies become very
difficult to resolve.
|