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:
committed by
TeamCityServer
parent
5abc45e6ff
commit
d46ad6c0ad
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user