Smallville7123
04/05/2019, 12:46 AMCould not get unknown property 'compileDebugKotlin' for project ':app' of type org.gradle.api.Project.
compileDebugKotlin.dependsOn MyTask
gildor
04/05/2019, 3:24 AMcompileDebugKotlin
is not a property, this is a taskgildor
04/05/2019, 3:26 AMafterEvaluate {}
block if for some reason task applied lazilySmallville7123
04/05/2019, 3:32 AMgildor
04/05/2019, 3:32 AMSmallville7123
04/05/2019, 3:32 AMgildor
04/05/2019, 3:33 AMGradle determines the subset of the tasks, created and configured during the configuration phase, to be executed. The subset is determined by the task name arguments passed to the gradle command and the current directory
gildor
04/05/2019, 3:36 AMSmallville7123
04/05/2019, 6:12 AMSmallville7123
04/06/2019, 12:17 PMgildor
04/06/2019, 2:07 PMSmallville7123
04/06/2019, 2:55 PMgildor
04/06/2019, 4:17 PMSmallville7123
04/07/2019, 1:19 AMgildor
04/07/2019, 9:55 AMSmallville7123
04/07/2019, 10:51 AM