buildSrc/src/main/kotlin/org/jetbrains/compose/reload/build/tasks/GenerateHotReloadEnvironmentGradleExtensionsTask.kt [18:24]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @InputFile val propertiesFile = project.objects.fileProperty() .convention(project.rootProject.layout.projectDirectory.file("properties.yaml")) @get:Internal val outputSourcesDir = project.objects.directoryProperty() .convention(project.layout.buildDirectory.dir("generated/main/kotlin")) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - buildSrc/src/main/kotlin/org/jetbrains/compose/reload/build/tasks/GenerateHotReloadEnvironmentTask.kt [22:28]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @InputFile val propertiesFile = project.objects.fileProperty() .convention(project.rootProject.layout.projectDirectory.file("properties.yaml")) @get:Internal val outputSourcesDir = project.objects.directoryProperty() .convention(project.layout.buildDirectory.dir("generated/main/kotlin")) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -