kotlin2js Questions

2

Given this code, where should I place the file.json to be able to be found in the runtime? // path: src/main/kotlin/Server.kt fun main() { val serviceAccount = require("file.json") } I tried pl...
1

© 2022 - 2024 — McMap. All rights reserved.