nowinandroid icon indicating copy to clipboard operation
nowinandroid copied to clipboard

Build warnings: 'enableAndroidTest: Boolean' is deprecated

Open dturner opened this issue 11 months ago • 4 comments

> Task :build-logic:convention:compileKotlin
w: file:///Users/donturner/Code/workspace-android/nowinandroid/build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidInstrumentedTests.kt:33:8 'enableAndroidTest: Boolean' is deprecated. replaced with enableAndroidTest
w: file:///Users/donturner/Code/workspace-android/nowinandroid/build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidInstrumentedTests.kt:33:31 'enableAndroidTest: Boolean' is deprecated. replaced with enableAndroidTest

dturner avatar Mar 11 '24 21:03 dturner

I would like to work on this issue!

sanao1006 avatar Mar 11 '24 23:03 sanao1006

Hey @dturner i would like to know that if by any chance this issue is still open as i would like to contribute to your awesome projects. I am happy to work on this.

Sivyamkumar avatar May 13 '24 03:05 Sivyamkumar

Bit difficult to understand what is being request for change. If the change request is to build a lint warning for such usage or request to replace deprecated usage ?

sannysinghs avatar Aug 31 '24 04:08 sannysinghs

This issue had been resolved at AGP 8.4.0, no longer show warning. #1434

Jaehwa-Noh avatar Aug 31 '24 05:08 Jaehwa-Noh