Skip to content

Commit 381160e

Browse files
committed
release (1.4.3) guidelines
1 parent 91ee422 commit 381160e

File tree

7 files changed

+25
-7
lines changed

7 files changed

+25
-7
lines changed

processor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apply from: "${project.rootDir}/gradle/kotlin/processor.gradle"
22

33
group = 'com.kotlitecture.kotli'
4-
version = '1.4.2'
4+
version = '1.4.3'

processor/src/main/kotlin/kotli/template/multiplatform/compose/MultiplatformComposeTemplateProcessor.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ object MultiplatformComposeTemplateProcessor : BaseTemplateProcessor() {
106106
ComponentProvider,
107107

108108
// testing
109-
LoggingProvider,
110109
DevelopmentProvider,
110+
LoggingProvider,
111111

112112
// guides
113113
DocumentationProvider,

processor/src/main/kotlin/kotli/template/multiplatform/compose/platform/PlatformType.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import java.net.URL
66

77
object PlatformType : FeatureType {
88
override fun getId(): String = "platform"
9-
override fun getOrder(): Int = -2
9+
override fun getOrder(): Int = 0
1010
override fun getIcon(): URL? = ResourceUtils.get(this, "feature_type_platform.svg")
1111
override fun getTitle(): String? = ResourceUtils.getAsString(this, "feature_type_platform_title.md")
1212
override fun getDescription(): String? = ResourceUtils.getAsString(this, "feature_type_platform_description.md", true)
Lines changed: 8 additions & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 5 additions & 1 deletion
Loading
Lines changed: 8 additions & 1 deletion
Loading

0 commit comments

Comments
 (0)