Skip to content

Commit

Permalink
proj: tools no longer depend on kala-primitive
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Dec 13, 2023
1 parent acc3ad9 commit 09490b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
import org.aya.resolve.error.NameProblem;
import org.aya.resolve.module.CachedModuleLoader;
import org.aya.resolve.module.ModuleLoader;
import org.aya.util.StringUtil;
import org.aya.util.error.InternalException;
import org.aya.util.more.StringUtil;
import org.aya.util.reporter.CountingReporter;
import org.aya.util.reporter.Reporter;
import org.aya.util.terck.MutableGraph;
Expand Down
3 changes: 2 additions & 1 deletion tools-kala/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
requires static org.jetbrains.annotations;
requires transitive kala.collection.primitive;

exports org.aya.util.tyck.pat;
exports org.aya.util.more;
exports org.aya.util.terck;
exports org.aya.util.tyck.pat;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2020-2023 Tesla (Yinsen) Zhang.
// Use of this source code is governed by the MIT license that can be found in the LICENSE.md file.
package org.aya.util;
package org.aya.util.more;

import kala.collection.immutable.ImmutableSeq;
import kala.collection.mutable.MutableList;
Expand Down

0 comments on commit 09490b8

Please sign in to comment.