JVM/Java
[Gradle] 버전 별 Java, Kotlin 호환 버전 확인
Hyo Kim
2023. 2. 1. 23:23
728x90
반응형
빌드툴인 gradle 또한 java, kotlin이 호환되는 버전이 버전 별로 달랐다..
https://docs.gradle.org/7.6/userguide/compatibility.html
Compatibility Matrix
Gradle is tested with Android Gradle Plugin 4.1, 4.2, 7.0, 7.1, 7.2, 7.3 and 7.4. Alpha and beta versions may or may not work.
docs.gradle.org
Gradle | Releases
Find binaries and reference documentation for current and past versions of Gradle.
gradle.org
덤으로 6.8버전을 쓴다고 가정했을 때 마이너버전이 몇까지 나왔는지 확인하려면 위 링크에서 확인이 가능합니다.
728x90
반응형