Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

SinceKotoolsTypes annotation replacement #54

Closed
5 tasks done
LVMVRQUXL opened this issue Nov 17, 2022 · 1 comment
Closed
5 tasks done

SinceKotoolsTypes annotation replacement #54

LVMVRQUXL opened this issue Nov 17, 2022 · 1 comment
Assignees
Labels
common Should work on all platforms. enhancement New feature or request. jvm Should work on JVM platform. native Should work on Native platforms. types Related to Kotools Types library.
Milestone

Comments

@LVMVRQUXL
Copy link
Contributor

LVMVRQUXL commented Nov 17, 2022

Description

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()

Checklist

  • Deprecate the annotation.
  • Replace the annotation.
  • Test.
  • Refactor.
  • Update Work in progress section in changelog.
@LVMVRQUXL LVMVRQUXL added enhancement New feature or request. common Should work on all platforms. jvm Should work on JVM platform. native Should work on Native platforms. types Related to Kotools Types library. labels Nov 17, 2022
@LVMVRQUXL LVMVRQUXL added this to the Types v3.2.0 milestone Nov 17, 2022
@LVMVRQUXL LVMVRQUXL self-assigned this Nov 17, 2022
@LVMVRQUXL
Copy link
Contributor Author

Done.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
common Should work on all platforms. enhancement New feature or request. jvm Should work on JVM platform. native Should work on Native platforms. types Related to Kotools Types library.
Projects
None yet
Development

No branches or pull requests

1 participant