Skip to content

Commit 604cd62

Browse files
committed
Add a warning about ABI
1 parent 71a8bc6 commit 604cd62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jupyter-lib/api/src/main/kotlin/org/jetbrains/kotlinx/jupyter/api/libraries/LibraryDefinitionImpl.kt

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ import org.jetbrains.kotlinx.jupyter.api.RendererTypeHandler
1212
/**
1313
* Trivial implementation of [LibraryDefinition].
1414
* You may use it in simple cases instead of overriding [LibraryDefinition]
15-
* to avoid additional anonymous classes creation
15+
* to avoid additional anonymous classes creation.
16+
* Tend to use [JupyterIntegration] instead: in this case ABI will not break
17+
* after every new property addition.
1618
*/
1719
class LibraryDefinitionImpl(
1820
override val dependencies: List<String> = emptyList(),

0 commit comments

Comments
 (0)