aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-27fix for lintTing-Yuan Huang
2022-11-27Remove apOptions from KspTaskTing-Yuan Huang
2022-11-27Configure KSP tasks with modern KGP APIsTing-Yuan Huang
2022-11-22AA: fix origin for symbols from java libraries.Jiaxiang Chen
2022-11-22AA: fix docString for synthetic constructorsJiaxiang Chen
2022-11-22AA: workaround to java resolved type issue.Jiaxiang Chen
2022-11-18Extend integration testHakan Mehmed
2022-11-18Android Gradle Plugin: add generated kotlin sources to sourceset for IDE inde...Hakan Mehmed
2022-11-15bump dokka to 1.7.20Martin Bonnin
2022-11-14AA: expand type alias for type arguments in functional types.Jiaxiang Chen
2022-11-14AA: implement star projected type correctly.Jiaxiang Chen
2022-11-10Introduce `kspOnlyVersion` to root build scriptTing-Yuan Huang
2022-11-09Sign with in-memory pgp keysTing-Yuan Huang
2022-11-09UPDATE_KOTLIN_VERSION: get rid of KotlinCompilationDataTing-Yuan Huang
2022-11-09UPDATE_KOTLIN_VERSION: 1.8.20-dev-2036Ting-Yuan Huang
2022-11-09update CI for 1.0.9-release branchJiaxiang Chen
2022-11-07AA: implemented getDeclarationsFromPackageJiaxiang Chen
2022-11-07AA: filter kotlin.Any for Java classes with explicit super types.Jiaxiang Chen
2022-11-05AA: move use site annotations for property accessors and value parameters.Jiaxiang Chen
2022-11-05fix dependency for compiling module in multi module testJiaxiang Chen
2022-11-03format ktlintInaki Villar
2022-11-03retrieving commandlinearguments from ksptasks in apoptionsInaki Villar
2022-11-02Explicitly set root project nameMatthew Haughton
2022-11-02Don't auto-merge AA commitsTing-Yuan Huang
2022-11-02K/N: fix duplicated compilationTing-Yuan Huang
2022-11-01AA: support local variables as KSPropertyDeclaration.Jiaxiang Chen
2022-11-01fix 2 misuse of non cached constructor of KSConstructorSyntheticImplJiaxiang Chen
2022-11-01AA: support multiple module test for AA.Jiaxiang Chen
2022-11-01final Java fields should not be mutable.Jiaxiang Chen
2022-10-28UPDATE_KOTLIN_VERSION: 1.8.20-dev-1438Jiaxiang Chen
2022-10-28UPDATE_KOTLIN_VERSION: 1.8.20-dev-1438Jiaxiang Chen
2022-10-28UPDATE_KOTLIN_VERSION: 1.8.20-dev-1438Jiaxiang Chen
2022-10-24Fix DeclarationDescriptor.findPsiTing-Yuan Huang
2022-10-19AA: manually add ABSTRACT modifier to inferface properties.Jiaxiang Chen
2022-10-19AA: add synthetic ExtensionFunctionType annotation.Jiaxiang Chen
2022-10-19AA: fix isFunctionType logic for KSTypeImplJiaxiang Chen
2022-10-17Apply the nested java class workaround moreTing-Yuan Huang
2022-10-14Update CI for 1.0.8-release branchTing-Yuan Huang
2022-10-07temporary disable AA tests on WindowsJiaxiang Chen
2022-10-06Scan Kotlin constants for JavaPsiFacadeTing-Yuan Huang
2022-10-04Implements referenceElement.Jiaxiang Chen
2022-10-04AA: use object cache for KSTypeReference.Jiaxiang Chen
2022-10-04use KtType for hashCode and equals checking for KSType`Jiaxiang Chen
2022-09-28Deprecate blockOtherPluginsTing-Yuan Huang
2022-09-28Simplify the implementation of blockOtherPluginsTing-Yuan Huang
2022-09-28Copy plugin options from compileKotlinNativeTing-Yuan Huang
2022-09-23respect nullability annotations on Java type references.Jiaxiang Chen
2022-09-23Use abbreviated type for creating reference elements from inherited declarati...Jiaxiang Chen
2022-09-15Unmutes more single module tests for analysis API.Jiaxiang Chen
2022-09-14remove unused dependencies in analysis API build script, move test data to te...Jiaxiang Chen