Fix various DeveloperGuide lint errors
- Add kotlin-compose plugin for recognising of @Composable functions as not Functions - Add qualifier names and normalize their use between Java and Kotlin - Rename var to val for unchanging locals - Use kotlin ext `String.toUri` - Remove unnecessary "new" and semicolons from Kotlin snippets PiperOrigin-RevId: 817178697
This commit is contained in:
parent
caed947c09
commit
bc3db63eb4
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
|||
apply from: "$gradle.ext.androidxMediaSettingsDir/common_library_config.gradle"
|
||||
|
||||
apply plugin: 'kotlin-android'
|
||||
apply plugin: 'org.jetbrains.kotlin.plugin.compose'
|
||||
|
||||
android {
|
||||
namespace 'androidx.media3.docsamples'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue