From 038d7c8cb9c8113d9de99a345d245324e8d837e0 Mon Sep 17 00:00:00 2001 From: jbibik Date: Fri, 6 Dec 2024 02:43:06 -0800 Subject: [PATCH] Remove `kotlin-android` plugin from main demo This fixes the problem with `compileDebugKotlin` gradle task and `Unknown Kotlin JVM target: 21`. PiperOrigin-RevId: 703427496 --- demos/main/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/main/build.gradle b/demos/main/build.gradle index 66d26f615d..8b8daf420f 100644 --- a/demos/main/build.gradle +++ b/demos/main/build.gradle @@ -14,7 +14,6 @@ apply from: '../../constants.gradle' apply plugin: 'com.android.application' -apply plugin: 'kotlin-android' android { namespace 'androidx.media3.demo.main'