From 9674f23069c1efaa4d39825cc69c9c97bfa3d2c5 Mon Sep 17 00:00:00 2001 From: SammyO <1315628+SammyO@users.noreply.github.com> Date: Wed, 15 May 2024 12:47:31 +0100 Subject: [PATCH] Remove kotlin-android-extensions (unused) --- testapps/testapp/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/testapps/testapp/build.gradle b/testapps/testapp/build.gradle index e0f259dd7..b113ae00c 100644 --- a/testapps/testapp/build.gradle +++ b/testapps/testapp/build.gradle @@ -27,8 +27,6 @@ apply plugin: 'com.android.application' apply plugin: 'kotlin-android' -apply plugin: 'kotlin-android-extensions' - def msalVersion = "5.3.0" if (project.hasProperty("distMsalVersion")) {