-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update kotlin & compose to v2 (major) (#993)
* chore(deps): update kotlin & compose to v2 * Resolve parcelable issue with k2 compiler * Use release kotlin compose plugin version --------- Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com> Co-authored-by: Ashley Davies <[email protected]> Co-authored-by: Ash Davies <[email protected]>
- Loading branch information
1 parent
fda5d9a
commit 8dcdc6c
Showing
11 changed files
with
27 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,7 @@ buildConfig { | |
} | ||
|
||
kotlin { | ||
jvm { | ||
withJava() | ||
} | ||
jvm() | ||
|
||
sourceSets { | ||
commonMain.dependencies { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 2 additions & 5 deletions
7
build-plugins/src/main/kotlin/io.ashdavies.compose.gradle.kts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
3 changes: 0 additions & 3 deletions
3
parcelable-support/src/androidMain/kotlin/io/ashdavies/parcelable/Parcelize.kt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
parcelable-support/src/commonMain/kotlin/io/ashdavies/parcelable/Parcelize.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package io.ashdavies.parcelable | ||
|
||
@Target(AnnotationTarget.CLASS) | ||
@Retention(AnnotationRetention.BINARY) | ||
public expect annotation class Parcelize() | ||
@Retention(AnnotationRetention.SOURCE) | ||
public annotation class Parcelize |
File renamed without changes.
5 changes: 0 additions & 5 deletions
5
parcelable-support/src/jvmMain/kotlin/io/ashdavies/parcelable/Parcelize.kt
This file was deleted.
Oops, something went wrong.