-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementPerformance or refactoring improvementPerformance or refactoring improvementgood first issueGood for newcomersGood for newcomers
Description
With the introduction of kotlinx-interval-datetime as a submodule, build-logic is used to apply a conventions plugin.
But, this can be cleaned up a bit:
- Central definition of versions. It is spread out between
buildSrc/build.gradle.ktsandbuild.gradle.ktsat the moment, since the Nexus Gradle Plugin has to be applied to the main project. - Double loading of
publish.propertiesinbuildSrc/build.gradle.ktsand theinterval.library-conventions.gradle.ktsplugin. - Add a test dependency on
kotlinx.interval.testcases. But, this will requirekotlinx.interval.testcasesnot to apply the convention plugin itself, perhaps only a subset defined in a new separate convention plugin.
Metadata
Metadata
Assignees
Labels
enhancementPerformance or refactoring improvementPerformance or refactoring improvementgood first issueGood for newcomersGood for newcomers