-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Prevent that top-level declarations (like fun Collection<*>.toJsonElement()
) leak unintentionally outside the library.
Maybe use https://github.com/Kotlin/KEEP/blob/master/proposals/explicit-api-mode.md (maybe start with explicitApiWarning()
) in combination with #210
kotlin {
+ explicitApi()
jvmToolchain(17)
compilerOptions {
apiVersion.set(KotlinVersion.KOTLIN_2_1)
languageVersion.set(KotlinVersion.KOTLIN_2_1)
}
}
Metadata
Metadata
Assignees
Labels
No labels