Anybody here successfully managed to integrate kot...
# javascript
t
Anybody here successfully managed to integrate kotlin-frontend-plugin and google actions? A starter project would really help for someone not at home in js world 😉
g
download my starter here: https://github.com/gbaldeck/react-js-jvm-kotlin-multiplatform and follow the instructions in the readme. Then do
npm install actions-on-google
and follow the instructions here https://kotlinlang.org/docs/reference/js-interop.html and here https://kotlinlang.org/docs/reference/js-modules.html for how to import and use it in kotlin
👍 1
if absolutely have to use kotlin-frontend-plugin then you've got some experimentation ahead of you