We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf716c2 commit 8d33fe3Copy full SHA for 8d33fe3
src/config.js
@@ -27,7 +27,7 @@ export const API_URLS = {
27
return `${this.server}/static/lib/jquery/dist/jquery.min.js`;
28
},
29
get KOTLIN_JS() {
30
- return `${this.server}/static/kotlin/`;
+ return `https://cdn.jsdelivr.net/npm/kotlin@`;
31
}
32
};
33
0 commit comments