Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Gradleを次のステップへ

OG1
July 27, 2023

 Gradleを次のステップへ

GroovyDSLからKotlinDSLへ移行した際のTipsについてのLT資料です。

OG1

July 27, 2023
Tweet

More Decks by OG1

Other Decks in Programming

Transcript

  1. Use Kotlin everywhere, throughout your app >Starting with Android Studio

    Giraffe, new projects use the Kotlin DSL (build.gradle.kts) by default for build configuration. This offers a better editing experience than the Groovy DSL (build.gradle)with syntax highlighting, code completion, and navigation to declarations. 14 Things to know for Android developers at Google I/O! Migrate your build configuration from Groovy to Kotlin