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...
Aciculum asked 11/3, 2019 at 22:57
1
© 2022 - 2024 — McMap. All rights reserved.