Nikolai
12/25/2018, 10:39 AMlouiscad
12/25/2018, 11:17 AMjcenter()
in the buildscript repositories?Nikolai
12/25/2018, 12:13 PMgildor
12/25/2018, 2:27 PMNikolai
12/25/2018, 6:05 PMpluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id == "kotlin-multiplatform") {
useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:${requested.version}")
}
}
}
}
rootProject.name = 'ZooracleNative'
include ':app'
enableFeaturePreview("GRADLE_METADATA")
Then I am adding openCV module in android part (app) it creates it's own settings.gradle to include new library :
::openCV
And looks like they are conflicting with each other. But I don't know how to resolve it yet.Nikolai
12/25/2018, 6:07 PMgildor
12/25/2018, 11:27 PMgildor
12/25/2018, 11:27 PMNikolai
12/26/2018, 1:06 AM