Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gciatto/dummy-ktmpp
https://github.com/gciatto/dummy-ktmpp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gciatto/dummy-ktmpp
- Owner: gciatto
- Created: 2021-07-24T13:24:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T01:54:08.000Z (3 months ago)
- Last Synced: 2024-10-10T11:42:50.895Z (3 months ago)
- Language: Kotlin
- Size: 282 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Two dummy & interdependent Kt multi-platform projects: `a` and `b`.
The latter depends on the former (`b` depends on `a`).
Both are configure to compile on both the JVM and JS.## Problem
Running:
```bash
./gradlew jsMainClasses
```
produces:
```
> Task :a:compileKotlinJs FAILED
e: /home/gciatto/Work/Code/dummy-ktmpp/a/src/commonMain/kotlin/org/example/a/BigInt.kt: (9, 11): Declaration of such kind (interface) cant be exported to JSFAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':a:compileKotlinJs'.
> Compilation error. See log for more details* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.* Get more help at https://help.gradle.org
BUILD FAILED in 50s
6 actionable tasks: 6 executed
```