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
The recommended approach now is to use the [`cacheIf`](https://docs.gradle.org/current/kotlin-dsl/gradle/org.gradle.api.tasks/-task-outputs/cache-if.html)
456
456
output type to cache the results of the task.
@@ -677,7 +677,7 @@ explaining that exporting entities via default exports is deprecated.
677
677
## Support for non-identifier characters in Kotlin/JS properties
678
678
679
679
Kotlin/JS previously did not allow
680
-
using [names for test methods](https://kotlinlang.org/docs/coding-conventions.html#names-for-test-methods) with spaces
680
+
using [names for test methods](coding-conventions.md#names-for-test-methods) with spaces
681
681
enclosed in backticks.
682
682
683
683
Similarly, it was not possible to access JavaScript object properties
0 commit comments