This commit is contained in:
坏黑 2021-08-19 17:14:08 +08:00
parent 49751521f8
commit 8633b8e40d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class TabooLibPlugin implements Plugin<Project> {
task.classifier = tabooExt.classifier task.classifier = tabooExt.classifier
task.relocations['taboolib'] = project.group.toString() + '.taboolib' task.relocations['taboolib'] = project.group.toString() + '.taboolib'
if (!tabooExt.options.contains("skip-kotlin") && !tabooExt.options.contains("skip-kotlin-relocate")) { if (!tabooExt.options.contains("skip-kotlin") && !tabooExt.options.contains("skip-kotlin-relocate")) {
task.relocations['kotlin.'] = 'kotlin.' + kv task.relocations['kotlin.'] = 'kotlin' + kv + '.'
} }
} }
} }