Kotlin 가이드 변경 로그
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
2024년 7월 29일
Interop
2023년 9월 6일
- 신규: 여러 개가 포함된 복수형 파일 이름에 대해
camelCase
허용
선언에 사용됩니다.
2021년 12월 9일
- 수정: 한 줄로 된 if/else에는 중괄호가 필요하지 않다는 규칙을 명확히 했습니다.
2021년 5월 19일
- 수정: 표현식 함수를 사용할 시기에 관한 규칙을 삭제했습니다.
- 신규: 함수 이름에 공백을 허용하지 않는 규칙이 추가되었습니다.
2020년 6월 10일
2018년 5월 18일
스타일
- 해결 방법: 함수 매개변수 래핑 들여쓰기가 일치를 위해 단일 들여쓰기로 변경됨
JetBrains 스타일 가이드를 참조하세요.
- 수정: 범위 연산자를 바이너리 연산자 공백의 예외로 추가합니다.
Interop
- 신규: Kotlin 및 Java 상호 운용성을 위한 린트 검사에 관한 섹션이 추가되었습니다.
2017년 11월 14일
Interop
수정: '람다 인수'의 콘텐츠 수정 섹션을 정확하게
람다 유형 및 인터페이스 SAM 변환의 현재 상태를 반영합니다.
2017년 11월 2일
최초 버전.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-27(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-27(UTC)"],[],[],null,["# Kotlin guide change log\n\n29 July 2024\n------------\n\n### Interop\n\n- Fix: Corrected source syntax issues in the [\"Lambda parameters last\"](/kotlin/interop#lambda-parameters) and [\"Idiomatic naming\"](/kotlin/interop#idiomatic-naming) sections that prevented some code snippets from fully rendering.\n\n06 September 2023\n-----------------\n\n- New: Allow `camelCase` for plural filenames containing multiple declarations.\n\n9 December 2021\n---------------\n\n- Fix: Clarify rule on braces not being required for single-line if/else.\n\n19 May 2021\n-----------\n\n- Fix: Remove rule on when to use expression functions.\n- New: Added rule prohibiting function names with spaces.\n\n10 June 2020\n------------\n\n- Fix: Must wrap after operators in the general case (\u003chttps://github.com/android/kotlin-guides/issues/62\u003e).\n- New: Added rule for `@[...]` annotation syntax.\n\n18 May 2018\n-----------\n\n### Style\n\n- Fix: Function parameter wrap indent has changed to single indent to match the JetBrains style guide.\n- Fix: Add the range operator as an exception to binary operator whitespace.\n\n### Interop\n\n- New: Added a section about Lint Checks for Kotlin and Java Interoperability.\n\n14 November 2017\n----------------\n\n### Interop\n\nFix: Corrected the content of the \"Lambda arguments\" section to accurately\nreflect the current state of lambda types and interface SAM conversion.\n\n2 November 2017\n---------------\n\nInitial release."]]