We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a03ed65 + 6688651 commit 7f6e3ddCopy full SHA for 7f6e3dd
src/main/kotlin/org/tabooproject/intellij/FunctionTemplate.kt
@@ -20,7 +20,7 @@ object FunctionTemplate {
20
// 模块列表
21
put("modules", configProperty.modules.map { it.id })
22
// 从模块构建额外 imports
23
- put("extraPackages", configProperty.modules.map { "import io.izzel.taboolib.gradle.${it}" })
+ put("extraPackages", configProperty.modules.map { "import io.izzel.taboolib.gradle.${it.id}" })
24
val optionalProperty = OptionalPropertiesStep.property
25
// 插件描述
26
put("description", optionalProperty.description)
0 commit comments