mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
19 lines
407 B
Groovy
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')
|
|
|