android / nowinandroid

A fully functional Android app built entirely with Kotlin and Jetpack Compose
Apache License 2.0
16.62k stars 3.01k forks source link

Issue #1272 rewrote it.enableAndroidTest to it.androidTest.enable #1456

Open rzzdr opened 4 months ago

rzzdr commented 4 months ago

What I have done and why

Just replace it.enable.AndroidTest = it.enable.AndroidTest to it.androidTest.enable = it.androidTest.enable in build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/AndroidInstrumentedTests.kt due to recent syntax update in Kotlin.

Related issues/PRs:

1272

Jaehwa-Noh commented 4 months ago

It seemed to be duplicated with #1274. I don't know which one would be merged.

rzzdr commented 4 months ago

It seemed to be duplicated with #1274. I don't know which one would be merged.

Just checked, both are same, you can merge anyone's

Jaehwa-Noh commented 4 months ago

I'm not maintainer so that I don't have any authority.