/strings-are-hard

A minimal Kotlin multiplatform project to reproduce https://youtrack.jetbrains.com/issue/KT-39432

Primary LanguageKotlinApache License 2.0Apache-2.0

To reproduce

https://youtrack.jetbrains.com/issue/KT-39432

This uses Kotlin multiplatform with linuxX64 so will probably only build if you are on that kind of machine or are set up to cross-compile.

Clone this repo into newly created subdirectory, strings-are-hard.

cd strings-are-hard
gradle wrapper
gradle check