mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
fix extension
This commit is contained in:
parent
0115605ea5
commit
979c795224
@ -157,7 +157,7 @@ Please refer to [Plugin Dependencies](/basics/plugin_structure/plugin_dependenci
|
||||
|
||||
## 6. Advice
|
||||
|
||||
[Objects](https://kotlinlang.org/docs/reference/object-declarations.html) in Kotlin are known to interfere with the way the platform instantiates singletons. For this reason, it is reccoemended to not to use `object`s for any entities that are referenced in the [plugin configuration file](/basics/plugin_structure/plugin_configuration_file.html).
|
||||
[Objects](https://kotlinlang.org/docs/reference/object-declarations.html) in Kotlin are known to interfere with the way the platform instantiates singletons. For this reason, it is reccoemended to not to use `object`s for any entities that are referenced in the [plugin configuration file](/basics/plugin_structure/plugin_configuration_file.md).
|
||||
|
||||
## 7. Examples
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user