Closed FIbaiwu closed 1 year ago
3.0.0-M5
![Uploading image.png…]()
为啥引入不了科特林 写的class
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>simbot.example</groupId> <artifactId>simbot-boot-normal-java</artifactId> <version>0</version> <properties> <java.version>17</java.version> <simbot.version>3.0.0-M5</simbot.version> <simbot-mirai.version>3.0.0.0-beta.6</simbot-mirai.version> <kotlin.version>1.4.30</kotlin.version> </properties> <dependencies> <dependency> <groupId>love.forte.simbot.boot</groupId> <artifactId>simboot-core</artifactId> <version>${simbot.version}</version> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>${kotlin.version}</version> </dependency> <dependency> <groupId>love.forte.simbot.component</groupId> <artifactId>simbot-component-mirai-core</artifactId> <version>${simbot-mirai.version}</version> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>8</source> <target>8</target> <encoding>UTF-8</encoding> </configuration> </plugin> </plugins> </build> </project>
No response
![Uploading 问题.png…]()
无法理解问题标题与描述,且所有附图均无法显示。 目前可得知的问题只有你额外引入了一个版本较低的Kotlin依赖,对于涉及到的simbot版本,它们使用的是 v1.7.x 的Kotlin版本。
v1.7.x
版本号
3.0.0-M5
附加版本
![Uploading image.png…]()
问题描述
为啥引入不了科特林 写的class
复现方式
为啥引入不了科特林 写的class
相关日志
其他补充
No response