Where can I find documentation on making a new tar...
# multiplatform
z
Where can I find documentation on making a new target platform? I see there's a Common target configuration block on the Gradle DSL reference documentation, that may limit what type of possible targets are used, so I just want to do some research before I go down a crazy rabbit hole. It looks like I may be able to just use a different native toolchain for compilation, is that right?
For my specific use case, I want to try making Hello World for a NES with Kotlin.