<@U0QBCLV62> commented on <@U2YJBAX1R>’s file <htt...
# gradle
u
@bamboo commented on @jlleitschuh’s file

https://kotlinlang.slack.com/files/U2YJBAX1R/F478UT5QA/screen_shot_2017-02-17_at_6.55.12_pm.png

: That is strange, IntelliJ Kotlin plugin
1.1.0-rc-91-*
? By the way, you no longer need to
.apply
resolutionStragety:
Copy code
configurations.all {
    resolutionStrategy {
        force("...")
    }
}