From c4d569314fe5d055296049f78f71f25c64a9c24e Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Thu, 12 Jan 2023 13:41:35 -0500 Subject: [PATCH] Remove old opt-in for RequiresOptIn (#3167) As of Kotlin 1.7 the opt-in feature is now stable and does not need an explicit declaration. https://kotlinlang.org/docs/whatsnew17.html#stable-opt-in-requirements --- app/build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4585b162c..d93dd2ccb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,9 +91,6 @@ android { enableSplit = false } } - kotlinOptions { - freeCompilerArgs += "-opt-in=kotlin.RequiresOptIn" - } dependenciesInfo { includeInApk false includeInBundle false