aboutsummaryrefslogtreecommitdiff
path: root/gradle-plugin
AgeCommit message (Expand)Author
2022-09-07fix behavior for KSP error case with compilation.Jiaxiang Chen
2022-08-16UPDATE_KOTLIN_VERSION: 1.8.0-dev-1593Jiaxiang Chen
2022-07-19UPDATE_KOTLIN_VERSION: 1.8.0-dev-446Ting-Yuan Huang
2022-05-11UPDATE_KOTLIN_VERSION: 1.7.20-dev-984Jiaxiang Chen
2022-04-30UPDATE_KOTLIN_VERSION: 1.7.20-dev-474Jiaxiang 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 gradle-plugin/src/testTing-Yuan Huang
2022-04-05Fix a platform dependent test caseTing-Yuan Huang
2022-04-05Fix regex and ktlint format.Nelson Osacky
2022-04-05Validate command line argumentsNelson Osacky
2022-04-05Add CommandLineArgumentProviderNelson Osacky
2022-04-05Add KotlinCompile task dependencies to KSP tasksTing-Yuan Huang
2022-04-01K/N: delete outputs upfrontTing-Yuan Huang
2022-02-22Option to toggle workaround for KT-30172Ting-Yuan Huang
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
2022-01-16Split output and cache directories by targetTing-Yuan Huang
2021-12-09Setup compiler args for JSIR tasksTing-Yuan Huang
2021-12-07Disallow binary generation other than JVM.Ting-Yuan Huang
2021-12-07Map "kspJsLegacy" and "kspJsIr" to "kspJs"Ting-Yuan Huang
2021-11-18Parse and compare Kotlin version by ApiVersionTing-Yuan Huang
2021-10-25Mute a warning from ScriptingGradleSubpluginTing-Yuan Huang
2021-10-25Mark KspTaskMetadata cacheableTing-Yuan Huang
2021-10-25kspKotlinMetadata: setup classpath/etcTing-Yuan Huang
2021-10-15gradle-plugin: Update overly conservative input annotationsTing-Yuan Huang
2021-10-15New ksp option: allWarningsAsErrorsTing-Yuan Huang
2021-10-11Update to Kotlin 1.6.20-dev-2497Ting-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-01Update for newer Gradle incremental APITing-Yuan Huang
2021-10-01Remove unnecessary mapsMattia Iavarone
2021-10-01Rename AndroidPluginIntegration.findSourceSetsMattia Iavarone
2021-10-01Fix ktlintMattia Iavarone
2021-10-01Create SubpluginOptions from processor config, fix testsMattia Iavarone
2021-10-01Add ProcessorClasspathConfigurationsTest, fix configuration resolved in KspTaskMattia Iavarone
2021-10-01Pass single string to setupAppAsMultiplatformAppMattia Iavarone
2021-10-01Add appropriate configuration flagsMattia Iavarone
2021-10-01Remove root ksp configuration in multiplatform, add clear errorMattia Iavarone
2021-10-01Remove unnecessary AndroidSourceSet filterMattia Iavarone
2021-10-01Fix lint, comment wordingMattia Iavarone
2021-10-01Keep empty configurations with non-empty parentsMattia Iavarone
2021-10-01Fix Android configurationsMattia Iavarone
2021-10-01Remove unused functionMattia Iavarone
2021-10-01Add testsMattia Iavarone
2021-10-01Add Android/AGP multiplatform supportMattia Iavarone
2021-10-01Enable multiplatform KSP configurationsMattia Iavarone
2021-09-07Get sources from source sets by defaultTing-Yuan Huang