首页 文章
  • 2 votes
     answers
     views

    有没有办法向第三方库kotlin类声明范围扩展?

    我正在尝试使用Jetbrain/Exposed作为ORM库和TornadoFX进行程序构建,这是JavaFX作为UI Framework的kotlin版本包装器 . 存在一个问题,即实体的类属性由Exposed委托 . object Paintings: UUIDTable() { ... val description = text("description"...
  • 0 votes
     answers
     views

    Kotlin需要具有Gradle构建的库

    我正在尝试将库Exposed添加到我的项目中 . 所以,它引导我到the bintray page,它说使用 compile 'org.jetbrains.exposed:exposed:0.8.5' . 我打开文件 build.gradle 并将该文件放入 dependencies 段: dependencies { compile "org.jetbrains.kotlin...

热门问题