File tree Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Expand file tree Collapse file tree 2 files changed +1
-26
lines changed Original file line number Diff line number Diff line change @@ -53,31 +53,6 @@ Setup library dependency:
5353implementation(" org.jetbrains.kotlinx:dataframe:%dataFrameVersion%"  )
5454``` 
5555
56- Plugin is released as a dev version, available in this maven repository:
57- 
58- ``` kotlin 
59- maven(" https://packages.jetbrains.team/maven/p/kt/dev/"  )
60- ``` 
61- 
62- Setup repositories for dependencies in ` build.gradle.kts ` :
63- ``` kotlin 
64- repositories {
65-  maven(" https://packages.jetbrains.team/maven/p/kt/dev/"  )
66-  mavenCentral()
67- }
68- ``` 
69- 
70- Setup repositories for plugins in ` settings.gradle.kts ` 
71- ``` kotlin 
72- pluginManagement {
73-  repositories {
74-  maven(" https://packages.jetbrains.team/maven/p/kt/dev/"  )
75-  mavenCentral()
76-  gradlePluginPortal()
77-  }
78- }
79- ``` 
80- 
8156Add this line to ` gradle.properties ` : 
8257``` properties 
8358kotlin.incremental =false
Original file line number Diff line number Diff line change 22<!DOCTYPE  vars  SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33<vars >
44 <var  name =" dataFrameVersion"   value =" 1.0.0-Beta2"   type =" string"  />
5-  <var  name =" compilerPluginKotlinVersion"   value =" 2.2.20-dev-3524 "   type =" string"  />
5+  <var  name =" compilerPluginKotlinVersion"   value =" 2.2.20-Beta1 "   type =" string"  />
66</vars >
                                 You can’t perform that action at this time. 
               
                  
0 commit comments