File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ lazy val `sbt-dependency-analyzer` = (project in file("."))
6868 ThisBuild / bundleScalaLibrary := true ,
6969 ThisBuild / autoRemoveOldCachedIntelliJSDK := true ,
7070 Global / intellijAttachSources := true ,
71+ buildIntellijOptionsIndex := {},
7172 intellijPlugins ++= Seq (" com.intellij.java" , " org.intellij.scala" ).map(_.toPlugin),
7273 intellijVMOptions := intellijVMOptions.value.copy(
7374 xmx = 2048 ,
@@ -95,8 +96,8 @@ lazy val `sbt-dependency-analyzer` = (project in file("."))
9596 kotlinVersion := ktVersion,
9697 Compile / unmanagedSourceDirectories += baseDirectory.value / " src" / " main" / " kotlin" ,
9798 packageLibraryMappings ++= Seq (
98- " org.jetbrains.kotlin" % " .*" % " .*" -> None ,
99- // "org.jetbrains" % ".*" % ".*" -> None,
99+ " org.jetbrains.kotlin" % " .*" % " .*" -> None ,
100+ " org.jetbrains" % " .*" % " .*" -> None ,
100101 " org.scala-lang" % " scala-.*" % " .*" -> None ,
101102 " org.scala-lang.modules" % " scala-.*" % " .*" -> None
102103 )
You can’t perform that action at this time.
0 commit comments