aboutsummaryrefslogtreecommitdiff
path: root/gradle-plugin
AgeCommit message (Expand)Author
2021-09-07Keep KSP from picking up generated sources by itselfTing-Yuan Huang
2021-09-07Get sources from compile tasksTing-Yuan Huang
2021-09-03Do not support binary generation for K/N yetTing-Yuan Huang
2021-08-31Clear KSP incremental cache if not incrementalTing-Yuan Huang
2021-08-31Disable isIntermoduleIncremental when isIncremental is falseTing-Yuan Huang
2021-08-18Native: skip targets if unsupported on hostTing-Yuan Huang
2021-08-17Native: add api jar at project evaluationTing-Yuan Huang
2021-08-16Fix ktlint issues and apply ktlint to workflowAlex Beggs
2021-08-13Bump AGP to 7.0.0Ting-Yuan Huang
2021-08-13blockOtherPlugins: avoid referencing task in execution phaseTing-Yuan Huang
2021-08-12Update to Kotlin 1.6.0-dev-2458Ting-Yuan Huang
2021-08-12add pom name for com.google.devtools.ksp.gradle.pluginJiaxiang Chen
2021-08-12sign for all publications instead of get publication by name.Jiaxiang Chen
2021-08-11add signing plugin to publishing taskJiaxiang Chen
2021-08-11Do not resolve configuration during configuration phaseIvan Gavrilovic
2021-08-08Enable ksp.incremental.intermodule by defaultTing-Yuan Huang
2021-08-07Support Gradle build cacheTing-Yuan Huang
2021-08-07Generate and publish JavadocTing-Yuan Huang
2021-08-04Support Kotlin NativeTing-Yuan Huang
2021-07-28JVM: run processors even without Kotlin sourcesTing-Yuan Huang
2021-07-27Gradle: replace destinationDir with destinationDirectoryTing-Yuan Huang
2021-07-27Incremental: use detachedConfiguration for class structreTing-Yuan Huang
2021-07-27Find changed classes in classpathTing-Yuan Huang
2021-07-27Manage incremental cache lifecycle in Gradle pluginTing-Yuan Huang
2021-07-21Register options to processors when registering KSP tasksTing-Yuan Huang
2021-07-01Update to kotlin 1.5.30-dev-2862Ting-Yuan Huang
2021-07-01Add KotlinBootstrap repoTing-Yuan Huang
2021-06-24support Gradle 7.0 annotation validationRick Busarow
2021-06-22Disambiguate source set names for different targetsTing-Yuan Huang
2021-06-22Gradle: support K/MetadataTing-Yuan Huang
2021-06-22Gradle: support K/JSTing-Yuan Huang
2021-06-22Gradle: hoist shared logic out of JVMTing-Yuan Huang
2021-06-18Remove reference to KotlinCompile in KspTaskTing-Yuan Huang
2021-06-15Register resources to variant postJavacGeneratedBytecode (#467)Zac Sweers
2021-06-14Upgrade to Kotlin 1.5.20-RCTing-Yuan Huang
2021-06-14Remove Java trampolines that were used to access internalTing-Yuan Huang
2021-05-24Update implementation of blockOtherCompilerPluginsTing-Yuan Huang
2021-05-21Make KSP arguments publicSimon Schiller
2021-05-19Extract create args to SymbolProcessorEnvironmentEvan Tatarka
2021-05-12Remove kotlinOptions.jvmTarget specificationPaul Rybitskyi
2021-05-11implementation: change collection to sequence for performanceJiaxiang Chen
2021-05-10ISSUE-367: Fix Kotlin Native errors with ksp configurationMaciej Ziemba
2021-04-21Synthesize an unique name for processor classpathTing-Yuan Huang
2021-04-21Add processor into ksp tasks' inputsTing-Yuan Huang
2021-04-09Refactor tests using TestSymbolProcessorEduardo Fonseca
2021-04-09Add integration test for init+provider on the same projectEduardo Fonseca
2021-04-09Replace SymbolProcessor#init() with SymbolProcessorProviderEduardo Fonseca
2021-03-24Label properties explicitly for GradleTing-Yuan Huang
2021-03-23Allow version mismatch warning to be mutedTing-Yuan Huang
2021-03-11Always include the main `ksp` configurationTing-Yuan Huang