-
-
Notifications
You must be signed in to change notification settings - Fork 5
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 dependency org.jetbrains.kotlin.multiplatform to …
…v2 (#231) * chore(deps): update dependency org.jetbrains.kotlin.multiplatform to v2 * chore: Update .gitignore to include new '.kotlin' Signed-off-by: Mohamed Darwish <[email protected]> * chore: Update yarn.lock Signed-off-by: Mohamed Darwish <[email protected]> * build: Use jvmToolchain instead of kotlinOptions.jvmTarget Signed-off-by: Mohamed Darwish <[email protected]> * build: Use Karma tests on Chrome and Firefox for browser Signed-off-by: Mohamed Darwish <[email protected]> --------- Signed-off-by: Mohamed Darwish <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mohamed Darwish <[email protected]>
- Loading branch information
1 parent
f320542
commit 435d552
Showing
6 changed files
with
1,572 additions
and
132 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 |
---|---|---|
|
@@ -6,6 +6,12 @@ | |
**/build/ | ||
!**/src/**/build/ | ||
|
||
# | ||
# Kotlin | ||
# | ||
|
||
.kotlin | ||
|
||
# | ||
# IntelliJ | ||
# | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[versions] | ||
kotlin = "1.9.25" | ||
kotlin = "2.0.21" | ||
|
||
dokka = "1.9.20" | ||
mavenPublish = "0.30.0" | ||
|
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
Oops, something went wrong.