I created a MRE, which showed me that the build worked correctly. The MRE was using 2.0.21 as the Kotlin Version, but mine was set to 2.1.20. When I changed the Kotlin version, the issue resolved. I ...