Replace the SinceKotoolsTypes annotation by using the SinceKotools annotation.
import kotools.shared.Project.Types
import kotools.shared.SinceKotools
@SinceKotoolsTypes("1.0") // replace it by the following annotation
@SinceKotools(Types, "1.0")
public fun doSomething(): Unit = TODO()
Description
Replace the
SinceKotoolsTypes
annotation by using theSinceKotools
annotation.Checklist
Work in progress
section in changelog.