Remove kotlin-android plugin from main demo

This fixes the problem with `compileDebugKotlin` gradle task and `Unknown Kotlin JVM target: 21`.

PiperOrigin-RevId: 703427496
This commit is contained in:
jbibik 2024-12-06 02:43:06 -08:00 committed by Copybara-Service
parent 862791f837
commit 038d7c8cb9

View file

@ -14,7 +14,6 @@
apply from: '../../constants.gradle'
apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
android {
namespace 'androidx.media3.demo.main'