aboutsummaryrefslogtreecommitdiff
path: root/integration-tests
AgeCommit message (Expand)Author
2022-12-08Do not pass lambda to task actionsTing-Yuan Huang
2022-11-29UPDATE_KOTLIN_VERSION: 1.8.20-dev-2904Jiaxiang Chen
2022-11-27Configure KSP tasks with modern KGP APIsTing-Yuan Huang
2022-10-28UPDATE_KOTLIN_VERSION: 1.8.20-dev-1438Jiaxiang Chen
2022-10-24Fix DeclarationDescriptor.findPsiTing-Yuan Huang
2022-10-17Apply the nested java class workaround moreTing-Yuan Huang
2022-10-06Scan Kotlin constants for JavaPsiFacadeTing-Yuan Huang
2022-09-28Deprecate blockOtherPluginsTing-Yuan Huang
2022-09-07fix behavior for KSP error case with compilation.Jiaxiang Chen
2022-07-29Force resolve outermost class for Java nested classes.Jiaxiang Chen
2022-05-19First verbose mode support.Jiaxiang Chen
2022-05-11UPDATE_KOTLIN_VERSION: 1.7.20-dev-984Jiaxiang Chen
2022-04-15disable KMP test on Windows, increase page file size to maximumJiaxiang Chen
2022-04-12UPDATE_KOTLIN_VERSION: 1.7.0-dev-3025Ting-Yuan Huang
2022-04-07Disable failing tests on windows.Ting-Yuan Huang
2022-04-07Fix windows paths in integration-testsTing-Yuan Huang
2022-04-06fix super types for non-jvm targetJiaxiang Chen
2022-04-05Add KotlinCompile task dependencies to KSP tasksTing-Yuan Huang
2022-04-01K/N: delete outputs upfrontTing-Yuan Huang
2022-03-16bump compiler and analysis API version to 1.7.0-dev-2437Jiaxiang Chen
2022-03-15remove jcenter() https://blog.gradle.org/jcenter-shutdownAdam
2022-03-01FixupSteven Schoen
2022-03-01Add test from #721Steven Schoen
2022-02-22Option to toggle workaround for KT-30172Ting-Yuan Huang
2022-02-15Exiting with error: test cases for MPPTing-Yuan Huang
2022-02-15Return error to compiler via message collectorTing-Yuan Huang
2022-02-11Combine dirtiness propagationTing-Yuan Huang
2022-02-10Defer some updates of symbol and lookup tablesTing-Yuan Huang
2022-02-06Fix debug settingTing-Yuan Huang
2022-02-06APIs for api/compiler versions and target infoTing-Yuan Huang
2022-02-06pack util module into symbol-processing-cmdline artifactJiaxiang Chen
2022-02-02Unconditionally disable FIR in KSP Gradle tasksTing-Yuan Huang
2022-01-22change configure logic for new MPP common code task logicJiaxiang Chen
2022-01-22update to 1.6.20-dev-7317Jiaxiang Chen
2021-12-09kmp: move MyAnnotation to another moduleTing-Yuan Huang
2021-12-08propagate errors severity logs to compiler loggerJiaxiang Chen
2021-12-08split testAll() into per platform testsJiaxiang Chen
2021-12-07Disallow binary generation other than JVM.Ting-Yuan Huang
2021-11-19Remove unnecessary debug flagsTing-Yuan Huang
2021-11-18Parse and compare Kotlin version by ApiVersionTing-Yuan Huang
2021-10-25Mute a warning from ScriptingGradleSubpluginTing-Yuan Huang
2021-10-25kspKotlinMetadata: setup classpath/etcTing-Yuan Huang
2021-10-18Add CodeGenerator.associateWithClassesTing-Yuan Huang
2021-10-15gradle-plugin: Update overly conservative input annotationsTing-Yuan Huang
2021-10-15New ksp option: allWarningsAsErrorsTing-Yuan Huang
2021-10-14Disallow repeated calls to createNewFileTing-Yuan Huang
2021-10-06Write versions to sourceslaszio
2021-10-06Re-include the `ksp` dependency for all targets (#650)laszio
2021-10-04Add test project with Android library and applicationIvan Gavrilovic
2021-10-01Fix more testsMattia Iavarone