Skip to content

Commit afa96e2

Browse files
committed
Bump KMP plugin to 2.3 (& add native.cocoapods plugin)
1 parent dcbdffc commit afa96e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
22
import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
33

44
plugins {
5-
kotlin("multiplatform") version "2.1.21"
5+
kotlin("multiplatform") version "2.3.0"
66
id("maven-publish")
7+
kotlin("native.cocoapods") version "2.3.0"
78
}
89

910
val libraryVersion = "1.4.4"

src/commonMain/kotlin/com/yesferal/hornsapp/core/HornsAppCoreVersion.kt renamed to src/commonMain/kotlin/com/yesferal/hornsapp/core/HornsAppCoreConfig.kt

File renamed without changes.

0 commit comments

Comments
 (0)