17 lines
359 B
Plaintext
17 lines
359 B
Plaintext
rootProject.name = "ndkports"
|
|
|
|
pluginManagement {
|
|
resolutionStrategy {
|
|
eachPlugin {
|
|
if (requested.id.id == "kotlinx-serialization") {
|
|
useModule("org.jetbrains.kotlin:kotlin-serialization:${requested.version}")
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
include("curl")
|
|
include("googletest")
|
|
include("jsoncpp")
|
|
include("openssl")
|