Documentation for org.jetbrains.kotlin.gradle.dsl

Answered

I'm trying intJ with a Kotlin native project, and Ctrl-Q yields nothing on, eg.

 

    compilations.main {

        outputKinds...

        entryPoint...

 

Does this mean there is no API reference style documentation for this stuff?  Do I have to instead post specific questions here or on SO endlessly ("what does foo mean?" "Why can't I ____?" "How do I ____?").  I realize there's stuff like: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#setting-up-targets ...But this is very cursory and really only regurgitates the template used, and comments like "Specify additional settings for the 'linux' target here" beg the question *How* -- this is for the 'linuxX64' block which is a sub of the 'kotlin' block which is an extension of gradle's 'Project'.  However, the gradle docs (https://docs.gradle.org/current/javadoc/org/gradle/api/Project.html) obviously don't cover whatever is new to the extension.  Etc.

 

0
1 comment

Hello,

There is related request on YouTrack: https://youtrack.jetbrains.com/issue/KT-23726. Please vote for it and leave suggestions in comments

0

Please sign in to leave a comment.