티스토리 뷰
Computer Language/Kotlin
[TroubleShooting] Kotlin not configured in IntelliJ
HarryNam 2019. 8. 27. 08:00Trouble Shooting history
When I create spring-boot with Kotlin, IntelliJ can't reconize Kotlin class.
As a result, I added the standard library to dependency management.
implementation("org.jetbrains.kotlin:kotlin-stdlib")
Kotlin-stdlib has extended versions of the standard library that add support for some of the features of JDK 7 and JDK 8.
Checking https://kotlinlang.org/docs/reference/using-gradle.html#configuring-dependencies this link and choose apropriate one.
'Computer Language > Kotlin' 카테고리의 다른 글
[Kotlin] How to convert List to an array in Kotlin? (0) | 2019.09.03 |
---|---|
[TroubleShooting] CoroutineContext version up issue (0) | 2019.08.30 |
[Kotlin] How to use Null safely (0) | 2019.08.26 |
[Kotlin] Null 을 안전하게 사용하는 방법 (0) | 2019.08.07 |
댓글
TAG
more
Recent Post