mirror of
https://github.com/python/cpython.git
synced 2024-11-22 05:26:10 +01:00
e68d4b08ff
Modify Android build tooling to use 16kB pages.
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
plugins {
|
|
id("com.android.application") version "8.6.1" apply false
|
|
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
|
|
}
|