Kotlin 가이드 변경 로그
2021년 12월 9일
- 수정: 한 줄로 된 if/else에는 중괄호가 필요하지 않다는 규칙을 명확히 했습니다.
2021년 5월 19일
- 수정: 표현식 함수를 사용할 시기에 관한 규칙을 삭제했습니다.
- 신규: 함수 이름에 공백을 허용하지 않는 규칙이 추가되었습니다.
2020년 6월 10일
- 수정: 일반적인 경우 연산자 다음에 래핑해야 함(https://github.com/android/kotlin-guides/issues/62).
- 신규:
@[...]
주석 구문에 관한 규칙 추가
2018년 5월 18일
스타일
- 수정: JetBrains 스타일 가이드에 맞게 함수 매개변수 래핑 들여쓰기가 단일 들여쓰기로 변경되었습니다.
- 수정: 범위 연산자를 바이너리 연산자 공백의 예외로 추가합니다.
Interop
- 신규: Kotlin/Java 상호 운용성을 위한 린트 검사 관련 섹션을 추가했습니다.
2017년 11월 14일
Interop
수정: 람다 유형 및 인터페이스 SAM 변환의 현재 상태를 정확히 반영하도록 '람다 인수' 섹션의 내용을 수정했습니다.
2017년 11월 2일
최초 버전.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2021-12-23 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]