SpotiFlyer/fuzzywuzzy/settings.gradle

19 lines
407 B
Groovy
Raw Normal View History

2021-01-30 15:10:31 +01:00
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')