Skip to content

Commit

Permalink
upgraded compose-plugin to 1.7.0
Browse files Browse the repository at this point in the history
new web build
  • Loading branch information
ismai117 committed Oct 21, 2024
1 parent e35c5e6 commit 4d32db5
Show file tree
Hide file tree
Showing 13 changed files with 7,257 additions and 48 deletions.
2 changes: 2 additions & 0 deletions docs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Manifest-Version: 1.0

3 changes: 0 additions & 3 deletions docs/composeApp.js

This file was deleted.

35 changes: 0 additions & 35 deletions docs/composeApp.js.LICENSE.txt

This file was deleted.

1 change: 0 additions & 1 deletion docs/composeApp.js.map

This file was deleted.

17 changes: 17 additions & 0 deletions docs/composeApp.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

import * as Li9za2lrby5tanM from './skiko.mjs';
import * as _ref_QGpzLWpvZGEvY29yZQ_ from '@js-joda/core';
import { instantiate } from './composeApp.uninstantiated.mjs';


const exports = (await instantiate({
'./skiko.mjs': Li9za2lrby5tanM,
'@js-joda/core': _ref_QGpzLWpvZGEvY29yZQ_
})).exports;

export const {
main,
_initialize,
memory
} = exports;

6,120 changes: 6,120 additions & 0 deletions docs/composeApp.uninstantiated.mjs

Large diffs are not rendered by default.

Binary file modified docs/composeApp.wasm
Binary file not shown.
1 change: 1 addition & 0 deletions docs/composeApp.wasm.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>SolarSystemKMP</title>
<link type="text/css" rel="stylesheet" href="styles.css">
<script type="application/javascript" src="composeApp.js"></script>
<script src="skiko.js"> </script>
</head>
<body>
<canvas id="ComposeTarget"></canvas>
<script src="composeApp.js"> </script>
</body>
</html>

</html>
87 changes: 87 additions & 0 deletions docs/skiko.js

Large diffs are not rendered by default.

1,023 changes: 1,023 additions & 0 deletions docs/skiko.mjs

Large diffs are not rendered by default.

Binary file renamed docs/39f400ec3abd9c6d43e3.wasm → docs/skiko.wasm
100644 → 100755
Binary file not shown.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ agp = "8.2.2"
android-compileSdk = "34"
android-minSdk = "24"
android-targetSdk = "34"
androidx-activityCompose = "1.9.2"
androidx-activityCompose = "1.9.3"
androidx-appcompat = "1.7.0"
androidx-constraintlayout = "2.1.4"
androidx-core-ktx = "1.13.1"
Expand All @@ -12,8 +12,8 @@ androidx-material = "1.12.0"
androidx-test-junit = "1.2.1"
androidx-lifecycle = "2.8.0"
androidx-navigation = "2.7.0-alpha07"
compose = "1.7.3"
compose-plugin = "1.7.0-rc01"
compose = "1.7.4"
compose-plugin = "1.7.0"
junit = "4.13.2"
kotlin = "2.1.0-Beta1"
ktor = "3.0.0"
Expand Down

0 comments on commit 4d32db5

Please sign in to comment.