Skip to content

This app include gradle task. If you build this app, you can hear the sound.

Notifications You must be signed in to change notification settings

tfaki/Android-Success-Build-Gradle-Task

Repository files navigation

IlkTurdaBitirelim

Kotlin Android Android Studio Gradle

This app include gradle task. If you build this app, you can hear the sound.

Gradle Task Sound

ilk_turda_bitirelim.mp4

How to use gradle task?

Add the following task to root/build.gradle 👇🏻

  • w/KotlinDsl
task("sayDone") {
    doLast {
        exec {
            commandLine("say", "Ilk Turda Bitirelim")
        }
    }
}
  • w/Groovy
task sayDone {
    doLast {
        exec {
            commandLine 'say', 'Ilk Turda Bitirelim'
        }
    }
}

Add gradle task to Before Launch in Edit Configuration

About

This app include gradle task. If you build this app, you can hear the sound.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages