יומן השינויים של Kotlin
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
29 ביולי 2024
יכולת פעולה הדדית
6 בספטמבר 2023
- חדש: שימוש ב-
camelCase
עבור שמות קבצים רבים שמכילים
וההצהרות שלו.
9 בדצמבר 2021
- תיקון: הבהרה לגבי סוגריים מסולסלים שלא נדרשים בשורה אחת אם/אחרת.
19 במאי 2021
- תיקון: הסרת כלל שקובע מתי להשתמש בפונקציות ביטוי.
- חדש: נוסף כלל שאוסר על שמות של פונקציות עם רווחים.
10 ביוני 2020
18 במאי 2018
סגנון
- תיקון: כניסת המעטפת של הפרמטרים של הפונקציה השתנתה לכניסת פסקה אחת כדי להתאים אותה
מדריך הסגנון של JetBrains.
- תיקון: מוסיפים את אופרטור הטווח כחריג לרווח לבן של אופרטור בינארי.
יכולת פעולה הדדית
- חדש: נוסף קטע בנושא בדיקות לאיתור שגיאות בקוד (lint Checks) ליכולת פעולה הדדית של Kotlin ו-Java.
14 בנובמבר 2017
יכולת פעולה הדדית
תיקון: תוקן התוכן של "הארגומנטים במבדה" כדי להקפיד על
משקפים את המצב הנוכחי של סוגי lambda והמרת SAM בממשק.
2 בנובמבר 2017
מהדורה ראשונית.
דוגמאות התוכן והקוד שבדף הזה כפופות לרישיונות המפורטים בקטע רישיון לתוכן. Java ו-OpenJDK הם סימנים מסחריים או סימנים מסחריים רשומים של חברת 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."]]