Fix kapt creates output directories on configuration phase.

Gradle will create such directories itself. Also it should fix build
cache issue with kapt tasks - build cache was disabled
 due to the 'overlapping outputs'.

 ^KT-45532 Fixed
This commit is contained in:
Yahor Berdnikau
2021-03-18 17:41:46 +01:00
committed by TeamCityServer
parent 5abc45e6ff
commit d46ad6c0ad
7 changed files with 72 additions and 46 deletions
+1
View File
@@ -28,6 +28,7 @@ val kotlinGradlePluginAndItsRequired = arrayOf(
":kotlin-noarg",
":kotlin-sam-with-receiver",
":kotlin-android-extensions",
":kotlin-android-extensions-runtime",
":kotlin-parcelize-compiler",
":kotlin-build-common",
":kotlin-compiler-embeddable",