We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1476fc9 commit e872da3Copy full SHA for e872da3
build.gradle
@@ -31,7 +31,7 @@ allprojects {
31
32
version = '0.6.0'
33
34
- ext.installPath = project.hasProperty('installPath') ? project.getProperty('installPath') : "${System.properties['user.home']}/.ipython/kernels/kotlin"
+ ext.installPath = project.hasProperty('installPath') ? project.getProperty('installPath') : "${System.properties['user.home'].replace('\\','\\\\')}/.ipython/kernels/kotlin"
35
}
36
37
apply plugin: 'com.github.johnrengelman.shadow'
0 commit comments