issues
search
icerockdev
/
moko-intellij-plugin
Apache License 2.0
3
stars
1
forks
source link
Support module creation for different IDE versions
#9
Open
DevTchernov
opened
4 years ago
DevTchernov
commented
4 years ago
Works on IDEA build 192+ now. What should be done:
Support 4 different build configuration (AS >= 191.
, AS >= 192.
, IC <= 191.
, IC >= 192.
), it's prefer to use JetBrains dependency resolution approach and utils code (
https://github.com/JetBrains/kotlin/blob/master/idea/build.gradle.kts#L101
)
Setup build actions with
bunches
tool
Reuse files creation code in AS module wizard
(optionally) Reuse java.swing layout in AS wizard step
Works on IDEA build 192+ now. What should be done: