File tree Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Expand file tree Collapse file tree 4 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ repositories {
12
12
mavenCentral()
13
13
}
14
14
15
- kotlin.sourceSets.getByName(" main" ).kotlin.srcDir(" build/generated/ksp/main/kotlin/" )
16
-
17
15
dependencies {
18
16
// implementation("org.jetbrains.kotlinx:dataframe:X.Y.Z")
19
17
implementation(project(" :" ))
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ repositories {
11
11
mavenLocal() // in case of local dataframe development
12
12
}
13
13
14
- kotlin.sourceSets.getByName(" main" ).kotlin.srcDir(" build/generated/ksp/main/kotlin/" )
15
-
16
14
application.mainClass.set(" org.jetbrains.kotlinx.dataframe.examples.movies.MoviesWithDataClassKt" )
17
15
18
16
dependencies {
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ dependencies {
20
20
implementation(" org.jetbrains.kotlinx:kotlin-deeplearning-dataset:0.5.1" )
21
21
}
22
22
23
- // Make IDE aware of the generated code:
24
- kotlin.sourceSets.getByName(" main" ).kotlin.srcDir(" build/generated/ksp/main/kotlin/" )
25
-
26
-
27
23
dataframes {
28
24
schema {
29
25
data = " src/main/resources/titanic.csv"
Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ repositories {
11
11
mavenLocal() // in case of local dataframe development
12
12
}
13
13
14
- kotlin.sourceSets.getByName(" main" ).kotlin.srcDir(" build/generated/ksp/main/kotlin/" )
15
-
16
14
application.mainClass.set(" org.jetbrains.kotlinx.dataframe.examples.youtube.YoutubeKt" )
17
15
18
16
dependencies {
You can’t perform that action at this time.
0 commit comments