Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPP Example #24

Open
benasher44 opened this issue Nov 17, 2019 · 1 comment
Open

MPP Example #24

benasher44 opened this issue Nov 17, 2019 · 1 comment

Comments

@benasher44
Copy link

Hi! I'm trying to get this plugin working with a mpp project. Here are the additions I've made to my gradle configuration to try to get this setup:

buildscript {
    repositories {
        maven { url 'https://dl.bintray.com/kotlin/kotlin-dev' }
    }
    dependencies {
        classpath "org.jetbrains.intellij.plugins:inspection-plugin:0.3.2"
    }
}

apply plugin: 'org.jetbrains.intellij.inspections'

inspections {
    inheritFromIdea = true
    idea.version 'ideaIC:2019.1.4'
    plugins.kotlin.version '1.3.50'
}

With this configuration, I'm not seeing any of the sourceSet-specific inspection or check tasks show up. I'm not sure what I'm doing wrong. A sample mpp project that uses this plugin would be helpful. Thanks!

@benasher44
Copy link
Author

Here is a sample project where I've gone through the basic integration steps, and I'm not seeing any inspection*-type tasks that I can use to run inspections. Thanks!

inspectionsmpp.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant