SpotiFlyer/fuzzywuzzy/settings.gradle
2021-01-30 19:40:31 +05:30

19 lines
407 B
Groovy

pluginManagement {
resolutionStrategy {
eachPlugin {
if (requested.id.id == "kotlin-multiplatform") {
useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:${requested.version}")
}
}
}
}
include ':app'
rootProject.name='fuzzywuzzy'
rootProject.name = 'test'
enableFeaturePreview('GRADLE_METADATA')
enableFeaturePreview('STABLE_PUBLISHING')