build.gradle Intellj invalid Syntax
PiecePaperCode opened this issue · 0 comments
PiecePaperCode commented
val os = org.gradle.internal.os.OperatingSystem.current()!!
The !! is invalid in IntelliJ Kotlin Native. Project cant be build or run
PiecePaperCode opened this issue · 0 comments
val os = org.gradle.internal.os.OperatingSystem.current()!!
The !! is invalid in IntelliJ Kotlin Native. Project cant be build or run