[Gradle] Deprecate HasCompilerOptions

This DSL is not consistent with other DSL to configuring compiler
options.

^KT-65568 In Progress
This commit is contained in:
Yahor Berdnikau
2024-02-12 13:58:33 +01:00
committed by Space Team
parent 42cba927e6
commit 5df05d5797
22 changed files with 80 additions and 52 deletions
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
@file:Suppress("DEPRECATION", "OVERRIDE_DEPRECATION")
@file:Suppress("DEPRECATION")
package org.jetbrains.kotlin.gradle.android