You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In which task and step of the codelab can this issue be found?
Use function types and lambda expressions in Kotlin -> 3. Store a function in a variable
Describe the problem
The sentence in question is:
trickFunction is never used
Currently, it appears to correspond to the Japanese sentence:
trickFunction は使用しないでください
This would typically translate to:
trickFunction should not be used.
To ensure clarity, I suggest revising it to:
trickFunction は使用されていません
This phrasing is better aligns with the intended meaning.
Steps to reproduce?
Go to...
Click on...
See error...
Versions Android Studio version: API version of the emulator:
Additional information Include screenshots if they would be useful in clarifying the problem.
The text was updated successfully, but these errors were encountered:
URL of codelab
https://developer.android.com/codelabs/basic-android-kotlin-compose-function-types-and-lambda?hl=ja&continue=https%3A%2F%2Fdeveloper.android.com%2Fcourses%2Fpathways%2Fandroid-basics-compose-unit-2-pathway-1%3Fhl%3Dja%23codelab-https%3A%2F%2Fdeveloper.android.com%2Fcodelabs%2Fbasic-android-kotlin-compose-function-types-and-lambda#2
In which task and step of the codelab can this issue be found?
Use function types and lambda expressions in Kotlin -> 3. Store a function in a variable
Describe the problem
The sentence in question is:
Currently, it appears to correspond to the Japanese sentence:
This would typically translate to:
trickFunction
should not be used.To ensure clarity, I suggest revising it to:
trickFunction
は使用されていませんThis phrasing is better aligns with the intended meaning.
Steps to reproduce?
Versions
Android Studio version:
API version of the emulator:
Additional information
Include screenshots if they would be useful in clarifying the problem.
The text was updated successfully, but these errors were encountered: