https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
g

galex

02/06/2020, 11:17 AM
Hello, how hard would it be to create my own custom target to build a kmp as a PHP Extension (through C) ?
🤣 3
❤️ 1
🙈 2
🤮 3
🍰 2
l

louiscad

02/06/2020, 3:21 PM
I think it's a matter of exposing the API to C and build an
.so
with the right target for the OS running on the PHP server (probably linuxX64).
g

galex

02/13/2020, 8:16 AM
@louiscad Sure, but I thought I could integrate the two even more than just outputting C code and having to create another project on the side to write the rest. I’ll definitely look into all this :))
2 Views