-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also, clean up our build script approach while we're at it. Instead of forcing myself to stay on an old version of the multiplatform plugin (and its associated older compiler), now we use the latest version of the multiplatform plugin but: 1) set the language and api versions to control output compatibility 2) add an explicit dependency on an older version of the stdlib (otherwise, even if our generated bytecode is for an older version, we might include stdlib bytecode built with a newer compiler) Fixes #10
- Loading branch information
1 parent
0b139f1
commit 907d2c7
Showing
4 changed files
with
56 additions
and
19 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
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