gpt4 book ai didi

intellij-idea - 如何在 Intellij 中查看 Kotlin stdlib 源代码?

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

知道如何获取 Kotlin 的标准库的源代码吗?

在下面的屏幕截图中,我没有像其他 maven 库那样下载源代码的选项。

我正在使用以下 Kotlin 依赖项:

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.2.30</version>
</dependency>

enter image description here

最佳答案

对我来说,在 pom.xml 中改变 maven 对 Kotlin 的依赖是有帮助的

<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.2.30</version>
</dependency>

<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.3.31</version>
</dependency>
</dependencies>

有关将 Kotlin 作为 maven 依赖项添加到项目的更多信息,请参见此处: https://kotlinlang.org/docs/reference/using-maven.html

关于intellij-idea - 如何在 Intellij 中查看 Kotlin stdlib 源代码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49311545/

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