i can't run sample code of "atomic kotlin" , please help me,

Answered

my development environment :

 software:  OS : macOS ventura 13.2.1

                  software : IntelliJ IDEA 2023.1 Community edition, Using Jetbrain Toolbox

  hardware : macBook pro M2 pro 16" 16G, 512G

 book studying : "atomin kotlin " 

how can i fix this ?

i can't start studying a book 

above code is the first code of the book 

oh my god....

please help me

                  

0
1 comment

It looks like this is a known issue related to Gradle JDK 8 support on Mac M1/2 processors: https://youtrack.jetbrains.com/issue/KTIJ-24695
Until it is resolved, please try to increase the Java toolchain version from 8 to 11 in your  build.gradle.kts file: https://i.imgur.com/GEnbIJY.png

0

Please sign in to leave a comment.