Skip to content

Commit

Permalink
Merge pull request #464 from InsanusMokrassar/0.21.4
Browse files Browse the repository at this point in the history
add additional targets with natives support
  • Loading branch information
InsanusMokrassar authored Jul 16, 2024
2 parents 70014ba + e950056 commit d823a02
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
* `Coroutines`:
* `Compose`:
* Add support of mingw, linux, arm64 targets
* `Koin`:
* Add support of mingw, linux, arm64 targets
* `KSP`:
* `ClassCasts`:
* Add support of mingw, linux, arm64 targets
* `Sealed`:
* Add support of mingw, linux, arm64 targets

## 0.21.3

Expand Down
2 changes: 1 addition & 1 deletion koin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id "com.android.library"
}

apply from: "$mppProjectWithSerializationPresetPath"
apply from: "$mppJvmJsAndroidLinuxMingwLinuxArm64ProjectPresetPath"

kotlin {
sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion koin/generator/test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "com.google.devtools.ksp"
}

apply from: "$mppProjectWithSerializationPresetPath"
apply from: "$mppJvmJsAndroidLinuxMingwLinuxArm64ProjectPresetPath"


kotlin {
Expand Down
2 changes: 1 addition & 1 deletion ksp/classcasts/generator/test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "com.google.devtools.ksp"
}

apply from: "$mppProjectWithSerializationPresetPath"
apply from: "$mppJvmJsAndroidLinuxMingwLinuxArm64ProjectPresetPath"


kotlin {
Expand Down
2 changes: 1 addition & 1 deletion ksp/sealed/generator/test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id "com.google.devtools.ksp"
}

apply from: "$mppProjectWithSerializationPresetPath"
apply from: "$mppJvmJsAndroidLinuxMingwLinuxArm64ProjectPresetPath"


kotlin {
Expand Down

0 comments on commit d823a02

Please sign in to comment.