tracer.util.AutoImportedPackageNames.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ksp-util Show documentation
Show all versions of ksp-util Show documentation
"Remember to use with my sample which hasn't come out yet."
package tracer.util
public val AutoImportedPackageNames: Set =
setOf(
"kotlin",
"kotlin.annotation",
"kotlin.collections",
"kotlin.comparisons",
"kotlin.io",
"kotlin.ranges",
"kotlin.sequences",
"kotlin.text",
"java.lang",
"kotlin.jvm",
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy