1buildscript { 2 ext { 3 compose_ui_version = '1.2.1' 4 media3_version = '1.1.0' 5 } 6}// Top-level build file where you can add configuration options common to all sub-projects/modules. 7plugins { 8 id 'com.android.application' version '7.3.0' apply false 9 id 'com.android.library' version '7.3.0' apply false 10 id 'org.jetbrains.kotlin.android' version '1.8.0' apply false 11}