1
Kotlin反射ライブラリはKDeclarationContainer
を拡張しますが、Represents an entity which may contain declarations of any other entities, such as a class or a package.
は反射によってkotlinパッケージを取得する方法
this::class
戻りKClass
は、どのように私は親KDeclarationContainer
(KPackage
は?)
ありがとうございましたが、私はkotlin同等物を望んでいた。 https://github.com/JetBrains/kotlin/tree/master/core/builtins/src/kotlin/reflectのチェックインコメントは、実際には 'KPackage' – tango24