androidx icon indicating copy to clipboard operation
androidx copied to clipboard

Move ndkVersion setting into a shared .gradle file

Open dlam opened this issue 1 year ago • 1 comments

Playground builds were overriding the installed ndk version due to agp default and lack of ndkVersion declaration in settings.gradle.

Test: ./gradlew datastore:datastore-core:tasks Change-Id: Id6d8d9cff46ba3aa3e929e4a7df4912672a12f3a

dlam avatar Aug 21 '24 23:08 dlam

I tried for a bit, but couldn't figure out how to declare it in toml. I would also prefer to share the plugin version and apply it from a common place, such as from playground plugin.

dlam avatar Aug 21 '24 23:08 dlam