INNER CODE UNIT · Kotlin

registerCleanCxxTask

osfans/trime · build-logic/convention/src/main/kotlin/NativeBaseConventionPlugin.kt:52

    private fun registerCleanCxxTask(project: Project) {
        project
            .tasks.register<Delete>("cleanCxxIntermediates") {
                delete(project.file(".cxx"))
            }.also {
                project.cleanTask.dependsOn(it)
            }
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…