aboutsummaryrefslogtreecommitdiff
path: root/common-util
AgeCommit message (Collapse)Author
2022-03-28* Extract CodeGeneratorImpl, PlatformInfoImpl into common-util module, add ↵Jiaxiang Chen
copyright to common-util module classes. * Add KSP Command line processor and logger. * Implement KSP main execution and initialization logic.
2022-03-15extract KspOptions into common-util moduleJiaxiang Chen
2022-03-10implement PSI based API logics for kotlin source, with the exception of the ↵Jiaxiang Chen
following: * necesssary API not available in analysis API as of 1.7.0-dev-1984 * type ralated logics * parent look up
2022-02-09use index to track memoized sequence iterator statusJiaxiang Chen
2022-02-06reorganize sources and java doc jar publish taskJiaxiang Chen
2022-02-06pack util module into symbol-processing-cmdline artifactJiaxiang Chen