gpt4 book ai didi

intellij-idea - 在 kotlin 中为 gradle 脚本配置 IntelliJ 自动完成

转载 作者:IT老高 更新时间:2023-10-28 13:30:19 30 4
gpt4 key购买 nike

我正在使用 IntelliJ 中的简单 hello-world 应用程序尝试 gradle-script-kotlin。但是 IntelliJ 自动完成不会在 build.gradle.kts 文件中弹出。

https://github.com/gradle/gradle-script-kotlin/tree/master/samples/hello-world

build.gradle.kts:

apply<ApplicationPlugin>()

configure<ApplicationPluginConvention> {
mainClassName = ".HelloWorld"
}

configure<JavaPluginConvention> {
setSourceCompatibility(1.8)
setTargetCompatibility(1.8)
}

repositories {
jcenter()
}

dependencies {
testCompile("junit:junit:4.12")
}

settings.gradle:

rootProject.buildFileName = 'build.gradle.kts'

我安装了 IntelliJ kotlin 插件和 gradle 插件并使用 gradle 3.0。示例应用程序使用 gradle 命令。

如何配置 IntelliJ 以启用 build.gradle.kts 文件的自动完成功能?

我正在使用带有 kotlin 插件版本的 IntelliJ 2016.2.2:1.0.3-release-IJ2016.1-120

最佳答案

遇到了同样的问题。 Gradle 脚本 Kotlin 需要 IntelliJ Kotlin 插件的 1.1x 版本。

按照以下步骤安装它:
https://github.com/gradle/gradle-script-kotlin/tree/master/samples#install-idea-kotlin-plugin

常规更新 channel 目前仅更新到 1.0.3x 版本。

18/06 更新:
github 自述文件已更新,包括:
(注意:此版本不适用于 Gradle 3.0 官方版本,如果您打算使用 Gradle 3.0,请坚持使用 JetBrains 的官方 EAP 1.1)

如果您之前手动安装了 1.1.0-dev-2222 版本,请将其卸载并重新启动 IntelliJ。

从 EAP channel 安装 1.1.x 版

此版本适用于 Gradle 3.0 中的 Kotlin-Script。

在 IntelliJ 中,按:
工具 => Kotlin => 配置 Kotlin 更新。
选择
抢先体验预览版 1.1
并按
立即检查更新

下载最新插件。
如果报错,重启 IntelliJ,插件就安装好了。

关于intellij-idea - 在 kotlin 中为 gradle 脚本配置 IntelliJ 自动完成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38966625/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com