Skip to content

Commit a264460

Browse files
committed
release (2.0.3) misses ios files
1 parent 9db1f00 commit a264460

File tree

6 files changed

+10
-23
lines changed

6 files changed

+10
-23
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ captures
1717
**/xcshareddata/WorkspaceSettings.xcsettings
1818
*.lock
1919
.kotlin
20-
*-lock.json
20+
*-lock.json

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotli = "0.10.1"
2+
kotli = "0.10.2"
33
kotlin = "1.9.23"
44
kotlinxCoroutines = "1.8.1"
55
logback = "1.5.6"

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 = '2.0.2'
4+
version = '2.0.3'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ abstract class PlatformProcessor : BaseFeatureProcessor() {
1717
override fun getIntegrationUrl(state: TemplateState): String =
1818
"https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-getting-started.html"
1919

20-
override fun getIntegrationEstimate(state: TemplateState): Long = 1.hours.inWholeMilliseconds
20+
override fun getIntegrationEstimate(state: TemplateState): Long = 0.hours.inWholeMilliseconds
2121
override fun dependencies(): List<KClass<out FeatureProcessor>> = emptyList()
2222

2323
protected val platformLine by lazy { "{${getId()}}" }

template/.gitignore

Lines changed: 0 additions & 19 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}

0 commit comments

Comments
 (0)